Move .local/bin to .bin
This commit is contained in:
parent
b8dd204681
commit
76f407954f
16 changed files with 58 additions and 38 deletions
5
.bin/rankmirrors-personal-pref
Executable file
5
.bin/rankmirrors-personal-pref
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/env sh
|
||||
|
||||
echo "#Server = https://archive.archlinux.org/repos/$(date +"%Y/%m/%d")/\$repo/os/\$arch"
|
||||
|
||||
curl -Ls "https://archlinux.org/mirrorlist/?country=AT&country=BE&country=CZ&country=DK&country=FI&country=FR&country=DE&country=IT&country=LU&country=NL&country=PL&protocol=https&ip_version=4" | sed -e 's/^#Server/Server/' -e '/^#/d' | rankmirrors
|
Loading…
Add table
Add a link
Reference in a new issue