This commit is contained in:
Robert Köpferl 2021-04-05 20:32:51 +02:00
parent 9735d40276
commit f4708b897d
1 changed files with 3 additions and 2 deletions

View File

@ -11,7 +11,8 @@ DPKG_CFG_FRAGMENT=/etc/dpkg/dpkg.cfg.d/non-interactive
# ChCh apt proxy benutzen
echo 'Acquire::http::Proxy "http://172.23.92.240:3142";' > /etc/apt/apt.conf.d/00aptproxy
echo 'Acquire::https::Proxy "http://172.23.92.240:3142";' > /etc/apt/apt.conf.d/01aptproxy
echo 'Acquire::http::Proxy "http://172.23.92.240:3142";' >> /etc/apt/apt.conf.d/01aptproxy
# Linux distro
@ -232,7 +233,7 @@ dconf update
# Finalisation
###
e "Apt proxy wieder entfernen..."
rm /etc/apt/apt.conf.d/00aptproxy
rm /etc/apt/apt.conf.d/01aptproxy
e "Initiales Setup beendet."
oem-config-prepare