diff --git a/archiso/airootfs/root/.automated_script.sh b/archiso/airootfs/root/.automated_script.sh index d2f4c4b..7237b39 100755 --- a/archiso/airootfs/root/.automated_script.sh +++ b/archiso/airootfs/root/.automated_script.sh @@ -41,6 +41,6 @@ SigLevel = Optional TrustAll Server = https://mirror.funami.tech/arch-mact2/os/x86_64 SigLevel = Never EOF - ping -q -c1 google.com &>/dev/null && reflector --country $(curl ipv4.myip.wtf/text/country) --sort rate -n 5 --save /etc/pacman.d/mirrorlist || echo "Connect to Wi-fi, then run command 'choose-mirror' + ping -q -c1 google.com &>/dev/null && reflector --country $(curl ipv4.myip.wtf/text/country) --sort rate -n 5 --save /etc/pacman.d/mirrorlist || echo "Connect to Wi-fi, then run command 'choose-mirror'" fi