From 5350029b7cee3a1514771cb495cb64ee59483211 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20M=C3=BCller?= Date: Fri, 24 Sep 2021 11:35:13 +0200 Subject: [PATCH] Revert "[util.sh] use mirrors.manjaro.org" This reverts commit 25bc6cafb4544f93337ab0332019fc7ab16e8c8b. --- data/manjaro-tools.conf | 2 +- lib/util.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/manjaro-tools.conf b/data/manjaro-tools.conf index d73a14e..b2adbdf 100644 --- a/data/manjaro-tools.conf +++ b/data/manjaro-tools.conf @@ -18,7 +18,7 @@ # log_dir='/var/log/manjaro-tools' # custom build mirror server -# build_mirror=https://mirrors.manjaro.org/repo/ +# build_mirror=https://manjaro.moson.eu/ ################ buildtree ############### diff --git a/lib/util.sh b/lib/util.sh index ea70df4..61fc5c7 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://mirrors.manjaro.org/repo/' + [[ -z ${build_mirror} ]] && build_mirror='https://manjaro.moson.eu' [[ -z ${tmp_dir} ]] && tmp_dir='/tmp/manjaro-tools' }