From 0a53b9674dd8b1e03566bc666e2a3dcf04d4db9c Mon Sep 17 00:00:00 2001 From: Tristan Ancelet Date: Sat, 18 Nov 2023 15:15:22 -0600 Subject: [PATCH] Re-enabled the desktop portion of the installer, was testing out other features --- bare-arch-install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bare-arch-install.sh b/bare-arch-install.sh index 90dfb7d..0272412 100755 --- a/bare-arch-install.sh +++ b/bare-arch-install.sh @@ -134,7 +134,7 @@ get_answer "What do you want the root password to be? : " ROOT_PASSWORD NEW_USER="" get_answer "What other user do you want to configure on the system? : " NEW_USER -NEW_PASSWORD="password" +NEW_PASSWORD="" get_answer "What do you want the password for $NEW_USER to be? : " NEW_PASSWORD @@ -373,10 +373,10 @@ grub-mkconfig -o /boot/grub/grub.cfg # This is the default desktop manager (login screen) for gnome. This just handles the login screen and starting up your desktop session & windowing system based off of your choices. ## Install desktop env -#pacman -S --noconfirm gnome +pacman -S --noconfirm gnome ## Enable desktop manager/login-screen -#systemctl enable gdm +systemctl enable gdm ## Setting root password echo -e '$ROOT_PASSWORD\n$ROOT_PASSWORD\n' | passwd