From 0138ea9e94ad302dfd740e65bca66542ec71b758 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Fri, 9 Sep 2022 16:32:18 +0200 Subject: [PATCH] Update lib.config --- configs/lib.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/lib.config b/configs/lib.config index 2c7b8796..8e071761 100644 --- a/configs/lib.config +++ b/configs/lib.config @@ -1,9 +1,9 @@ ARMBIAN_MIRROR="https://github.com/armbian/mirror/releases/download/" if [[ $(curl -s http://ifconfig.me) == "93.103.15.56" ]]; then - #APT_PROXY_ADDR="10.0.10.10:3142" + APT_PROXY_ADDR="10.0.10.10:3142" ARMBIAN_MIRROR="https://imola.armbian.com/dl/" - NO_APT_CACHER="yes" + NO_APT_CACHER="no" fi FORCE_USE_RAMDISK="yes"