Skip to content

Commit

Permalink
Merge pull request #28 from lonexw/patch-1
Browse files Browse the repository at this point in the history
Update arch.sh
  • Loading branch information
exalab999 authored Sep 16, 2024
2 parents 7772bed + 1ff028f commit a026f36
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 @@ -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"
echo "done"

0 comments on commit a026f36

Please sign in to comment.