mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Correct setting of server
This commit is contained in:
@@ -14,7 +14,7 @@ if ! grep -q "omarchy" /etc/pacman.conf; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Set mirrors to global ones only
|
# Set mirrors to global ones only
|
||||||
echo "Server = https://geo.mirror.pkgbuild.com/\$repo/os/\$arch\nServer = https://mirror.rackspace.com/archlinux/\$repo/os/\$arch" |
|
echo -e "Server = https://geo.mirror.pkgbuild.com/\$repo/os/\$arch\nServer = https://mirror.rackspace.com/archlinux/\$repo/os/\$arch" |
|
||||||
sudo tee /etc/pacman.d/mirrorlist >/dev/null
|
sudo tee /etc/pacman.d/mirrorlist >/dev/null
|
||||||
|
|
||||||
# Install yay from Omarchy repository
|
# Install yay from Omarchy repository
|
||||||
|
|||||||
Reference in New Issue
Block a user