fix: remove extra slash (#1141)

This commit is contained in:
Charles Ji
2025-08-29 13:43:07 -04:00
committed by GitHub
parent 37699e80e4
commit 4e8afd7ad6

View File

@@ -14,7 +14,7 @@ if ! grep -q "omarchy" /etc/pacman.conf; then
[omarchy]
SigLevel = Optional TrustAll
Server = https://pkgs.omarchy.org/$arch/
Server = https://pkgs.omarchy.org/$arch
EOF
fi
@@ -26,4 +26,4 @@ Server = https://geo.mirror.pkgbuild.com/$repo/os/$arch
EOF
# Refresh all repos
sudo pacman -Syu --noconfirm
sudo pacman -Syu --noconfirm