[util.sh] use mirrors.manjaro.org

This commit is contained in:
Philip Müller 2021-09-21 22:26:03 +02:00
parent 65911fa712
commit 25bc6cafb4
2 changed files with 2 additions and 2 deletions

View file

@ -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 ###############

View file

@ -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'
}