5
0
Fork 0
mirror of https://codeberg.org/Computertruhe/Setup-Skripte.git synced 2025-06-28 19:36:21 +02:00

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

View file

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