From eca1016320fcab94a59461aeb498e96334e0ed41 Mon Sep 17 00:00:00 2001 From: Matt C Date: Mon, 10 May 2021 20:23:39 -0400 Subject: [PATCH] fix typo and setup keyring --- continue.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/continue.sh b/continue.sh index 07f416d..929b22c 100644 --- a/continue.sh +++ b/continue.sh @@ -82,8 +82,8 @@ grub-mkconfig -o /boot/grub/grub.cfg systemctl enable NetworkManager -#pacman-key --init -#pacman-key --import archlinux +pacman-key --init +pacman-key --import archlinux printf "Would you like to install a DE profile? (y/N): " read DEP @@ -118,7 +118,7 @@ if [[ "$DEP" == "y" || "$DEP" == "Y" ]]; then fi fi - if [["$DM" != "" ]]; then + if [[ "$DM" != "" ]]; then printf "Would you like to enable ${DM} for ${DE}? (Y/n)" read useDM if [[ "$useDM" != "n" ]]; then