forked from RP1/RaveOS-arch
fixed reflector
This commit is contained in:
parent
3a39c3e7c1
commit
17f029c5a1
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ yellow=$(tput setaf 3) # ${yellow}
|
||||||
# Installing reflector for updating mirrors
|
# Installing reflector for updating mirrors
|
||||||
|
|
||||||
sudo pacman -S reflector rsync --noconfirm
|
sudo pacman -S reflector rsync --noconfirm
|
||||||
reflector --verbose -c AT -c DE -c HU --protocol https --sort rate --latest 10 --download-timeout 5 --save /etc/pacman.d/mirrorlist
|
sudo reflector --verbose -c AT -c DE -c HU --protocol https --sort rate --latest 10 --download-timeout 5 --save /etc/pacman.d/mirrorlist
|
||||||
#sudo pacman -Sy
|
#sudo pacman -Sy
|
||||||
|
|
||||||
# Installing packages
|
# Installing packages
|
||||||
|
|
Loading…
Reference in a new issue