better structure

This commit is contained in:
2025-10-19 00:14:19 +02:00
parent 057afc086e
commit 8733656ed9
630 changed files with 81 additions and 137 deletions

7
scripts/pacman-reflector Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
[ -z "$COUNTRY" ] && COUNTRY="Germany"
sudo cp -f /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.bak || exit 1
sudo reflector --country "$COUNTRY" --age 12 --protocol https --sort rate --save /etc/pacman.d/mirrorlist