Mise à jour de 'ecoleA/proxy.sh'

This commit is contained in:
Cédric Abonnel 2022-11-06 21:36:36 +01:00
parent 8ff6267841
commit e1b1425c3e
1 changed files with 2 additions and 2 deletions

View File

@ -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