From 0b276c4f498c4762ce1de68bf88eb4942d609647 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 28 Aug 2025 22:11:05 +0200 Subject: [PATCH] Improve readability here too --- install/preflight/repositories.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/install/preflight/repositories.sh b/install/preflight/repositories.sh index 9797aba..b13ef24 100755 --- a/install/preflight/repositories.sh +++ b/install/preflight/repositories.sh @@ -10,7 +10,12 @@ 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 + sudo tee -a /etc/pacman.conf >/dev/null <<'EOF' + +[omarchy] +SigLevel = Optional TrustAll +Server = https://pkgs.omarchy.org/$arch/ +EOF fi # Set mirrors to global ones only