From 7db12cfd747d721c72b7f2dda4c475ad4c5dab1f Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sun, 11 Oct 2020 18:45:40 +0200 Subject: [PATCH] fix: aur repos --- installation-scripts/00-pacman-mirror.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/installation-scripts/00-pacman-mirror.sh b/installation-scripts/00-pacman-mirror.sh index eb05e92..cbdbe60 100755 --- a/installation-scripts/00-pacman-mirror.sh +++ b/installation-scripts/00-pacman-mirror.sh @@ -14,11 +14,11 @@ pacman-key --recv-keys 9B146D11A9ED6CA7E279EB1A852BCC170D81A982 pacman-key --lsign 9B146D11A9ED6CA7E279EB1A852BCC170D81A982 # Add additional pacman mirrors -cat >> /etc/pacman.conf << 'EOF' +cat >> /etc/pacman.conf <