This commit is contained in:
Danneman92 2022-08-26 03:02:27 +01:00
parent a6d41fab1c
commit 064d497356
3 changed files with 3 additions and 2 deletions

View File

@ -22,6 +22,7 @@ konsole
kscreen kscreen
kvantum-qt5 kvantum-qt5
kwayland-integration kwayland-integration
kwalletmanager
layer-shell-qt layer-shell-qt
milou milou
okular okular

View File

@ -39,7 +39,7 @@ echo -ne "
Setting up $iso mirrors for faster downloads Setting up $iso mirrors for faster downloads
------------------------------------------------------------------------- -------------------------------------------------------------------------
" "
reflector -a 48 -l 20 --sort rate --save /etc/pacman.d/mirrorlist reflector -a 48 --connection-timeout 1 --download-timeout 2 -l 50 -p rsync --sort rate --save /etc/pacman.d/mirrorlist
mkdir /mnt &>/dev/null # Hiding error message if any mkdir /mnt &>/dev/null # Hiding error message if any
echo -ne " echo -ne "
------------------------------------------------------------------------- -------------------------------------------------------------------------