From 1ff028fad5ef44e40a0cbf4e2c57614baba76817 Mon Sep 17 00:00:00 2001 From: Xiaowen Lone <83895982+lonexw@users.noreply.github.com> Date: Sun, 4 Sep 2022 22:32:05 +0800 Subject: [PATCH] Update arch.sh fix typo --- Scripts/Installer/Arch/armhf/arch.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/Installer/Arch/armhf/arch.sh b/Scripts/Installer/Arch/armhf/arch.sh index 733eca8..530fe77 100644 --- a/Scripts/Installer/Arch/armhf/arch.sh +++ b/Scripts/Installer/Arch/armhf/arch.sh @@ -33,7 +33,7 @@ cat > $bin <<- EOM echo " " echo " " echo " " -echo "If you are first time starting Arch Linux, you should run this command: chmod 755 && ./additional.sh , this will fix the pacman-key and network problem." +echo "If you are first time starting Arch Linux, you should run this command: chmod 755 additional.sh && ./additional.sh , this will fix the pacman-key and network problem." echo " " echo " " echo " " @@ -103,4 +103,4 @@ echo "You can now launch Arch Linux with the ./${bin} script" echo "Preparing additional component for the first time, please wait..." wget "https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Scripts/Installer/Arch/armhf/resolv.conf" -P arch-fs/root wget "https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Scripts/Installer/Arch/armhf/additional.sh" -P arch-fs/root -echo "done" \ No newline at end of file +echo "done"