diff --git a/scripts/99_software.sh b/scripts/99_software.sh index 92aa3dc..d1960b6 100755 --- a/scripts/99_software.sh +++ b/scripts/99_software.sh @@ -78,6 +78,9 @@ do_update() { exit 1 fi + echo "UPDATE MIRRORS" + rate-mirrors --allow-root --protocol https arch | grep -v '^#' | sudo tee /etc/pacman.d/mirrorlist + # https://unix.stackexchange.com/questions/157328/how-can-i-remove-all-comments-from-a-file sed '/^[[:blank:]]*#/d;s/#.*//' ${trg_file} > ${trg_file}.tmp