apt proxy heißt er

This commit is contained in:
Robert Köpferl 2021-04-16 19:00:01 +02:00
parent c9b64f029a
commit b59d74f0fd
1 changed files with 7 additions and 3 deletions

View File

@ -10,9 +10,13 @@ export DEBIAN_FRONTEND=noninteractive
DPKG_CFG_FRAGMENT=/etc/dpkg/dpkg.cfg.d/non-interactive
# ChCh apt proxy benutzen (bedingt = wenn da)
if [ ping -n 1 apt-cache ]; then
echo 'Acquire::https::Proxy "http://apt-cache:3142";' > /etc/apt/apt.conf.d/01aptproxy
echo 'Acquire::http::Proxy "http://apt-cache:3142";' >> /etc/apt/apt.conf.d/01aptproxy
ping -c 1 apt-proxy
if [ "$?" -eq "0" ]; then
echo 'Acquire::https::Proxy "http://apt-proxy:3142";' > /etc/apt/apt.conf.d/01aptproxy
echo 'Acquire::http::Proxy "http://apt-proxy:3142";' >> /etc/apt/apt.conf.d/01aptproxy
e "Proxy Apt-Aktiv"
else
e "Kein Apt-Proxy"
fi
# Linux distro