From aded52b43c57d2a273f62689ed3d0e599612928e Mon Sep 17 00:00:00 2001 From: Alesh Slovak Date: Sun, 27 Sep 2020 12:28:49 -0400 Subject: [PATCH] fix formatting --- build.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build.sh b/build.sh index 44c5c062e..a9312772c 100755 --- a/build.sh +++ b/build.sh @@ -76,21 +76,21 @@ locale-gen # set archive date if specified if [ -n "${ARCHIVE_DATE}" ]; then - echo " + echo ' Server=https://archive.archlinux.org/repos/${ARCHIVE_DATE}/\$repo/os/\$arch - " > /etc/pacman.d/mirrorlist + ' > /etc/pacman.d/mirrorlist fi # add multilib and chaotic-aur repos -echo " +echo ' [multilib] Include = /etc/pacman.d/mirrorlist [chaotic-aur] Server = https://repo.kitsuna.net/x86_64 -Server = http://chaotic.bangl.de/$repo/x86_64 +Server = http://chaotic.bangl.de/\$repo/x86_64 Server = https://chaotic.tn.dedyn.io/x86_64 -" >> /etc/pacman.conf +' >> /etc/pacman.conf # add trust for chaotic-aur pacman-key --init @@ -99,7 +99,7 @@ pacman-key --lsign-key 3056513887B78AEB pacman-key --lsign-key 8A9E14A07010F7E3 # update package databases -pacman --noconfirm -Sy +pacman --noconfirm -Syy # install packages pacman --noconfirm -S ${PACKAGES}