diff --git a/install/preflight/repositories.sh b/install/preflight/repositories.sh index 5256ba8..0e53313 100755 --- a/install/preflight/repositories.sh +++ b/install/preflight/repositories.sh @@ -10,7 +10,7 @@ fi # Add the Omarchy repository if ! grep -q "omarchy" /etc/pacman.conf; then - echo -e '\n[omarchy]\nSigLevel = Optional TrustAll\nServer = https:\/\/pkgs.omarchy.org\/$arch\/\n' | sudo tee -a /etc/pacman.conf >/dev/null + echo -e "\n[omarchy]\nSigLevel = Optional TrustAll\nServer = https://pkgs.omarchy.org/\$arch/\n" | sudo tee -a /etc/pacman.conf >/dev/null fi # Set mirrors to global ones only