Re-enabled the desktop portion of the installer, was testing out other features
This commit is contained in:
		@@ -134,7 +134,7 @@ get_answer "What do you want the root password to be? : " ROOT_PASSWORD
 | 
				
			|||||||
NEW_USER=""
 | 
					NEW_USER=""
 | 
				
			||||||
get_answer "What other user do you want to configure on the system? : " 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
 | 
					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.
 | 
					# 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
 | 
					## Install desktop env
 | 
				
			||||||
#pacman -S --noconfirm gnome
 | 
					pacman -S --noconfirm gnome
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Enable desktop manager/login-screen
 | 
					## Enable desktop manager/login-screen
 | 
				
			||||||
#systemctl enable gdm
 | 
					systemctl enable gdm
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Setting root password
 | 
					## Setting root password
 | 
				
			||||||
echo -e '$ROOT_PASSWORD\n$ROOT_PASSWORD\n' | passwd
 | 
					echo -e '$ROOT_PASSWORD\n$ROOT_PASSWORD\n' | passwd
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user