removed reflector once more
This commit is contained in:
parent
17f029c5a1
commit
86cbc7d9e2
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue