mirror of
https://git.myvelabs.com/lab/archlinux.git
synced 2025-12-17 21:26:25 +00:00
Update mirrorlist url
This commit is contained in:
parent
36ad41a2fc
commit
e62bbcd2cb
2 changed files with 3 additions and 2 deletions
|
|
@ -573,8 +573,9 @@ polkit
|
|||
# Custom pacman wrapper
|
||||
install /dev/stdin /usr/local/bin/syu <<syu
|
||||
#!/usr/bin/env bash
|
||||
mirrorlist=https://git.myvelabs.com/lab/mirrors/raw/branch/master/mirrorlist
|
||||
|
||||
sudo curl --fail -s -L wdas.sh/mirrorlist -o /etc/pacman.d/mirrorlist
|
||||
sudo curl --fail --silent ${mirrorlist} -o /etc/pacman.d/mirrorlist
|
||||
|
||||
if checkupdates | grep -q 'archlinux-keyring'
|
||||
then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue