updates
This commit is contained in:
parent
a6d41fab1c
commit
064d497356
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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 "
|
||||||
-------------------------------------------------------------------------
|
-------------------------------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue