From 25bc6cafb4544f93337ab0332019fc7ab16e8c8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20M=C3=BCller?= Date: Tue, 21 Sep 2021 22:26:03 +0200 Subject: [PATCH] [util.sh] use mirrors.manjaro.org --- 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 b2adbdf..d73a14e 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://manjaro.moson.eu/ +# build_mirror=https://mirrors.manjaro.org/repo/ ################ buildtree ############### diff --git a/lib/util.sh b/lib/util.sh index 61fc5c7..ea70df4 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://mirrors.manjaro.org/repo/' [[ -z ${tmp_dir} ]] && tmp_dir='/tmp/manjaro-tools' }