From 4c19a83e6d17516d0acbdf1970091f7af216116a Mon Sep 17 00:00:00 2001 From: NoaHimesaka1873 Date: Fri, 24 Jun 2022 10:43:53 +0900 Subject: [PATCH] fixing typo --- archiso/airootfs/root/.automated_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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