From 50bc9c334a8e9681abc9397521431ff56694ab30 Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 12 Jan 2024 12:11:16 -0500 Subject: [PATCH] Update install.func revert --- misc/install.func | 3 --- 1 file changed, 3 deletions(-) diff --git a/misc/install.func b/misc/install.func index 68be24d7..d50237f4 100644 --- a/misc/install.func +++ b/misc/install.func @@ -131,9 +131,6 @@ network_check() { # This function updates the Container OS by running apt-get update and upgrade update_os() { msg_info "Updating Container OS" - if [[ "$CACHER" == "yes" ]]; then - echo "Acquire::http { Proxy \"http://${CACHER_IP}:3142\"; };" >/etc/apt/apt.conf.d/00aptproxy - fi $STD apt-get update $STD apt-get -o Dpkg::Options::="--force-confold" -y dist-upgrade msg_ok "Updated Container OS"