From 16179d159ecfba85cd1490f8a013788df45d093c Mon Sep 17 00:00:00 2001 From: Qubot <1445788683@qq.com> Date: Mon, 8 Apr 2024 20:45:00 +0800 Subject: [PATCH] fix build bug,APT_MIRROR select --- scripts/configuration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/configuration.sh b/scripts/configuration.sh index b0c96e3..f9f9f7f 100755 --- a/scripts/configuration.sh +++ b/scripts/configuration.sh @@ -649,7 +649,7 @@ This runs *after* user_config. Don't change anything not coming from other varia EXTENSION_PREPARE_CONFIG # apt-cacher-ng mirror configurarion -if [[ $DISTRIBUTION == Ubuntu ]]; then +if [[ $DISTRIBUTION == Ubuntu22.04 ]]; then APT_MIRROR=$UBUNTU_MIRROR else APT_MIRROR=$DEBIAN_MIRROR