Re-enabled the desktop portion of the installer, was testing out other features

This commit is contained in:
Tristan Ancelet 2023-11-18 15:15:22 -06:00
parent 9074cf529d
commit 0a53b9674d

View File

@ -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