From 57e917b927cb19f1cde6c9411e4025bbedcc07bc Mon Sep 17 00:00:00 2001 From: SteveTinkers <79803804+SteveTinkers@users.noreply.github.com> Date: Thu, 18 Nov 2021 20:10:15 -0500 Subject: [PATCH] Update makeconf.sh --- makeconf.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makeconf.sh b/makeconf.sh index f0e2afc..0250ca9 100755 --- a/makeconf.sh +++ b/makeconf.sh @@ -131,7 +131,7 @@ echo "" >> $configFileName # yay -S --noconfirm $PKG # echo "${PKG}" if [ "${PKG}" == "PKGS_AUR_DEFAULT=(" ]; then - echo "PKGS_AUR=(" + echo "PKGS_AUR=(" >> $configFileName else echo "${PKG}" >> $configFileName fi @@ -160,7 +160,7 @@ echo "" >> $configFileName # echo "INSTALLING ARCH DEFAULT PACKAGE: ${PKG}" # pacman -S "$PKG" --noconfirm --needed if [ "${PKG}" == "PKGS_ARCH_DEFAULT=(" ]; then - echo "PKGS_ARCH=(" + echo "PKGS_ARCH=(" >> $configFileName else echo "${PKG}" >> $configFileName fi