Revert "[util.sh] use mirrors.manjaro.org"

This reverts commit 25bc6cafb4.
This commit is contained in:
Philip Müller 2021-09-24 11:35:13 +02:00
parent 25bc6cafb4
commit 5350029b7c
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@
# log_dir='/var/log/manjaro-tools' # log_dir='/var/log/manjaro-tools'
# custom build mirror server # custom build mirror server
# build_mirror=https://mirrors.manjaro.org/repo/ # build_mirror=https://manjaro.moson.eu/
################ buildtree ############### ################ buildtree ###############

View file

@ -213,7 +213,7 @@ init_common(){
[[ -z ${log_dir} ]] && log_dir='/var/log/manjaro-tools' [[ -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' [[ -z ${tmp_dir} ]] && tmp_dir='/tmp/manjaro-tools'
} }