Skip to content
Snippets Groups Projects
Verified Commit 35c7cca5 authored by David Beniamine's avatar David Beniamine
Browse files

Small fixes + handle git

parent c2df3894
No related branches found
No related tags found
No related merge requests found
......@@ -20,10 +20,17 @@ tar xvzf $archive
mv ./home/* .
rmdir ./home
rm -r ./*/.cache
for f in skels/*/.profile
pwd
for d in *
do
echo $d
for PROTO in HTTP FTP HTPS
do
echo "export $PROTO_PROXY=\"slis:3128\"" >> $f;
echo "export $PROTO_PROXY=\"slis:3128\"" >> $d/.profile
done
done
cd ..
echo "Adding skels to git"
find skels -type f -exec git add {} \;
git commit -m "Skels updated" skels/
git push
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment