From 67fb153939c03c08fd339cb094b7d0fa21c0fbb3 Mon Sep 17 00:00:00 2001
From: David Beniamine <david.beniamine@tetras-libre.fr>
Date: Tue, 6 Mar 2018 10:41:56 +0100
Subject: [PATCH] Proxy for admin

---
 postInstall.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/postInstall.sh b/postInstall.sh
index 683135e..706ec10 100755
--- a/postInstall.sh
+++ b/postInstall.sh
@@ -29,4 +29,8 @@ for f in `find dist/ -type f`
 do
     sudo sed -i.orig "s/DSIT/$SRV_NAME/g" ${f/dist/}
 done
+for proto in http https ftp
+do
+    echo "export $proto_proxy=slis:3128" >> ~/.profile
+done
 read -p "Configuration faite, appuyez sur n'importe quelle touche pour continuer"
-- 
GitLab