From d64cf2f94f9085774c6f80b1f311a4a203ccc0e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20M=C3=BCller?= Date: Thu, 31 Oct 2019 12:39:28 +0100 Subject: [PATCH] [util.sh] use https://manjaro.moson.eu/ as default buildserver --- lib/util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util.sh b/lib/util.sh index 7cac871..2aafbec 100644 --- a/lib/util.sh +++ b/lib/util.sh @@ -211,7 +211,7 @@ init_common(){ [[ -z ${log_dir} ]] && log_dir='/var/log/manjaro-tools' - [[ -z ${build_mirror} ]] && build_mirror='https://mirror.netzspielplatz.de/manjaro/packages' + [[ -z ${build_mirror} ]] && build_mirror='https://manjaro.moson.eu/' [[ -z ${tmp_dir} ]] && tmp_dir='/tmp/manjaro-tools' }