mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Try a different mirror for testing and need to use pacman for pkg update before we have yay
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# Set mirror to single geo setup
|
||||
echo 'Server = https://geo.mirror.pkgbuild.com/$repo/os/$arch' |
|
||||
echo 'Server = http://mirror.23m.com/archlinux/$repo/os/$arch' |
|
||||
sudo tee /etc/pacman.d/mirrorlist >/dev/null
|
||||
|
||||
# Update indexes if online
|
||||
if ping -c5 omarchy.org &>/dev/null; then
|
||||
yay -Syy
|
||||
sudo pacman -Syy
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user