update
This commit is contained in:
parent
4b42aa2fce
commit
e4b7f615fa
33 changed files with 543 additions and 0 deletions
7
mirrorlist-update
Executable file
7
mirrorlist-update
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
sudo curl -o /etc/pacman.d/mirrorlist https://www.archlinux.org/mirrorlist/all/
|
||||
sudo cp /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.bak
|
||||
sudo reflector --verbose -c 'United Kingdom' -f 10 -l 50 --sort rate --save /etc/pacman.d/mirrorlist
|
||||
|
||||
echo "Update complete."
|
||||
Loading…
Add table
Add a link
Reference in a new issue