From 31e0129837a5801d0f80094979c465c51474c280 Mon Sep 17 00:00:00 2001 From: Philip Mueller Date: Tue, 29 Aug 2023 08:15:01 +0200 Subject: [PATCH] [util] update default mirror --- lib/util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util.sh b/lib/util.sh index 985194d..51c3be7 100644 --- a/lib/util.sh +++ b/lib/util.sh @@ -213,7 +213,7 @@ init_common(){ [[ -z ${log_dir} ]] && log_dir='/var/log/manjaro-tools' - [[ -z ${build_mirror} ]] && build_mirror='https://mirror.alpix.eu/manjaro' + [[ -z ${build_mirror} ]] && build_mirror='https://mirror.easyname.at/manjaro' [[ -z ${tmp_dir} ]] && tmp_dir='/tmp/manjaro-tools' }