Fix repo setup

This commit is contained in:
David Heinemeier Hansson
2025-08-28 09:21:47 +02:00
parent 33d6d38332
commit 06b15257e2

View File

@@ -10,7 +10,7 @@ fi
# Add the Omarchy repository # Add the Omarchy repository
if ! grep -q "omarchy" /etc/pacman.conf; then 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 fi
# Set mirrors to global ones only # Set mirrors to global ones only