parent
2137a9ce69
commit
a1294339a3
|
@ -1,4 +1,11 @@
|
||||||
#!/bin/usr
|
#!/bin/usr
|
||||||
|
|
||||||
|
# Test du user ROOT
|
||||||
|
if [ "$EUID" -ne 0 ]
|
||||||
|
then echo "Please run as root"
|
||||||
|
exit
|
||||||
|
fi
|
||||||
|
|
||||||
file_apt_proxy="/etc/apt/apt.conf.d/01proxy"
|
file_apt_proxy="/etc/apt/apt.conf.d/01proxy"
|
||||||
file_http_proxy="/etc/profile.d/proxy.sh"
|
file_http_proxy="/etc/profile.d/proxy.sh"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue