Skip to content

Commit

Permalink
Update arch.sh
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
lonexw authored Sep 4, 2022
1 parent ffe64b1 commit 1ff028f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Scripts/Installer/Arch/armhf/arch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 " "
Expand Down Expand Up @@ -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"
echo "done"

0 comments on commit 1ff028f

Please sign in to comment.