delete extension names of scripts
This commit is contained in:
7
.scripts/pacman-reflector
Executable file
7
.scripts/pacman-reflector
Executable 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
|
||||
Reference in New Issue
Block a user