From f4708b897d6c73036a038bd6670cf45f4f088786 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20K=C3=B6pferl?= Date: Mon, 5 Apr 2021 20:32:51 +0200 Subject: [PATCH] apthttp --- kubuntu/kubuntu_late_command.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kubuntu/kubuntu_late_command.sh b/kubuntu/kubuntu_late_command.sh index de9f91f..a80fa54 100644 --- a/kubuntu/kubuntu_late_command.sh +++ b/kubuntu/kubuntu_late_command.sh @@ -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