removed reflector once more

This commit is contained in:
RP1 2024-12-22 23:22:52 +01:00
parent 17f029c5a1
commit 86cbc7d9e2

View file

@ -17,12 +17,6 @@ yellow=$(tput setaf 3) # ${yellow}
# Making Makepkg a bit faster # Making Makepkg a bit faster
sudo sed -i 's/OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug lto !autodeps)/OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug !lto !autodeps)/' /etc/makepkg.conf sudo sed -i 's/OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug lto !autodeps)/OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug !lto !autodeps)/' /etc/makepkg.conf
# Installing reflector for updating mirrors
sudo pacman -S reflector rsync --noconfirm
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
# Installing packages # Installing packages