diff --git a/Scripts/Installer/Arch/armhf/arch.sh b/Scripts/Installer/Arch/armhf/arch.sh index ff96b61..393cd08 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 " " @@ -100,4 +100,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"