From 327ea0a10f3337c25fed38e30cc54a6fe11cc1d5 Mon Sep 17 00:00:00 2001 From: RP1 Date: Mon, 23 Dec 2024 19:08:06 +0100 Subject: [PATCH] removed reflector one last time --- rp-os-ae.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/rp-os-ae.sh b/rp-os-ae.sh index 83bd073..3edc9af 100644 --- a/rp-os-ae.sh +++ b/rp-os-ae.sh @@ -15,9 +15,6 @@ yellow=$(tput setaf 3) # ${yellow} echo "$USER ALL=(ALL) NOPASSWD: ALL" | sudo tee /etc/sudoers.d/99-$USER 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 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