Properly mantain Arch Linux, new script, and fastest mirror selector

This commit is contained in:
2024-04-02 19:38:13 +01:00
parent c25f083df5
commit 89dcf6c7a3
3 changed files with 30 additions and 9 deletions

10
scripts/archInstall.sh Normal file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
# Script to install Arch Linux from the liveCD.
echo "[+] Installing dependencies..."
pacman -Sy --noconfirm curl reflector archlinux-keyring
echo "[+] Selecting the fastest mirrors..."
reflector -a 48 -c $iso -f 5 -l 20 --sort rate --save /etc/pacman.d/mirrorlist
archinstall