From 0bb4097092186935c28eeac5d5397f20190f4335 Mon Sep 17 00:00:00 2001 From: Philip Mueller Date: Tue, 29 Aug 2023 08:15:42 +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' }