forked from RP1/RaveOS-arch
removed reflector one last time
This commit is contained in:
parent
36347840fd
commit
327ea0a10f
1 changed files with 0 additions and 3 deletions
|
@ -15,9 +15,6 @@ yellow=$(tput setaf 3) # ${yellow}
|
||||||
echo "$USER ALL=(ALL) NOPASSWD: ALL" | sudo tee /etc/sudoers.d/99-$USER
|
echo "$USER ALL=(ALL) NOPASSWD: ALL" | sudo tee /etc/sudoers.d/99-$USER
|
||||||
echo "Defaults timestamp_timeout=-1" | sudo tee -a /etc/sudoers
|
echo "Defaults timestamp_timeout=-1" | sudo tee -a /etc/sudoers
|
||||||
|
|
||||||
sudo pacman -S reflector rsync --noconfirm
|
|
||||||
sudo reflector --latest 20 --protocol https --sort rate --save /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
# 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
|
||||||
|
|
Loading…
Reference in a new issue