summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--all1
-rwxr-xr-xpackages.bash3
2 files changed, 4 insertions, 0 deletions
diff --git a/all b/all
index 4fda37e..21b1aeb 100644
--- a/all
+++ b/all
@@ -34,6 +34,7 @@ pkgfile
plocate
proton-vpn-cli
proton-vpn-gtk-app
+reflector
ripgrep
shotwell
smartmontools
diff --git a/packages.bash b/packages.bash
index 633ed27..2b93f46 100755
--- a/packages.bash
+++ b/packages.bash
@@ -6,3 +6,6 @@ git pull
makepkg -si
popd
paru -S $(<all)
+
+sudo reflector --country 'Austria' --latest 10 --sort rate --save /etc/pacman.d/mirrorlist
+sudo systemctl enable --now reflector.timer