From 1838316b51b0cb210e447784d25918ac304e18c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20M=C3=BCller?= Date: Tue, 25 Oct 2022 12:24:09 +0200 Subject: [PATCH] [util] change default server - moson.eu seems to be offline --- lib/util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util.sh b/lib/util.sh index 723d22b..985194d 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://manjaro.moson.eu' + [[ -z ${build_mirror} ]] && build_mirror='https://mirror.alpix.eu/manjaro' [[ -z ${tmp_dir} ]] && tmp_dir='/tmp/manjaro-tools' }