forked from RP1/RaveOS-arch
removed reflector
This commit is contained in:
parent
40abc9f35b
commit
870dd7be80
1 changed files with 0 additions and 8 deletions
|
@ -13,14 +13,6 @@ yellow=$(tput setaf 3) # ${yellow}
|
||||||
|
|
||||||
echo "$USER ALL=(ALL) NOPASSWD: ALL" | sudo tee /etc/sudoers.d/99-t
|
echo "$USER ALL=(ALL) NOPASSWD: ALL" | sudo tee /etc/sudoers.d/99-t
|
||||||
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 -c "Hungary,Austria,Germany,Czech" -f 12 -l 10 -n 12 --save /etc/pacman.d/mirrorlist
|
|
||||||
systemctl enable reflector.timer
|
|
||||||
systemctl start reflector.timer
|
|
||||||
sudo pacman -Sy
|
|
||||||
|
|
||||||
# Installing packages
|
# Installing packages
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue