Sort mirrorlist during installation

This commit is contained in:
2023-10-04 21:04:09 -04:00
parent 13eebb70c4
commit 813abb5f05
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -73,6 +73,7 @@ if [ "$gpu" == 'NVIDIA' ]; then
curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/config-files/nvidia.hook -o /etc/pacman.d/hooks/nvidia.hook
curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/config-files/nvidia-lts.hook -o /etc/pacman.d/hooks/nvidia-lts.hook
fi
rankmirrors /etc/pacman.d/mirrorlist > /etc/pacman.d/mirrorlist
# shell configuration
curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/config-files/shell-profile -o /home/"$username"/.profile
+1 -1
View File
@@ -3,7 +3,7 @@
loadkeys us
echo ----------------------------------------------------------------------------------------------
echo rwinkhart\'s artix install script
echo last updated october 04, 2023 \(rev. A\)
echo last updated october 04, 2023 \(rev. C\)
echo ----------------------------------------------------------------------------------------------
echo You will be asked some questions before installation.
echo -e "----------------------------------------------------------------------------------------------\n"