From e1b1425c3ef218c7a7fb51d23becc98f71a6e44b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Abonnel?= Date: Sun, 6 Nov 2022 21:36:36 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'ecoleA/proxy.sh'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecoleA/proxy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ecoleA/proxy.sh b/ecoleA/proxy.sh index 63ba09e..078ef16 100644 --- a/ecoleA/proxy.sh +++ b/ecoleA/proxy.sh @@ -5,6 +5,6 @@ file_http_proxy="/etc/profile.d/proxy.sh" echo "Acquire::http::Proxy \"http://192.168.1.45:3142\";" > $file_apt_proxy echo "export HTTP_PROXY=\"http://192.168.1.45:3128\"" > $file_http_proxy -echo "export HTTPS_PROXY=\"http://192.168.1.45:3128\"" > $file_http_proxy -echo "export FTP_PROXY=\"http://192.168.1.45:3128\"" > $file_http_proxy +echo "export HTTPS_PROXY=\"http://192.168.1.45:3128\"" >> $file_http_proxy +echo "export FTP_PROXY=\"http://192.168.1.45:3128\"" >> $file_http_proxy