mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Add single server for mirrorlist for now
This commit is contained in:
8
install/preflight/mirrorlist.sh
Normal file
8
install/preflight/mirrorlist.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
# Set mirror to single geo setup
|
||||
echo 'Server = https://geo.mirror.pkgbuild.com/$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
|
||||
fi
|
||||
Reference in New Issue
Block a user