Script will prompt for all user input first.

This commit is contained in:
proledatarian 2022-02-14 15:16:35 +00:00
parent 1423b82aa4
commit e46aded387
1 changed files with 1 additions and 2 deletions

View File

@ -81,7 +81,6 @@ echo
# Setting hostname.
echo "Before installing the system, please enter a hostname:"
echo
read host
echo
@ -248,7 +247,7 @@ echo "Done."
echo "Installing basic packages.."
echo
#pacstrap /mnt base base-devel firefox konsole linux linux-firmware linux-zen lvm2 networkmanager nano plasma-desktop sddm sddm-kcm &&
pacstrap /mnt base firefox konsole linux linux-firmware linux-zen lvm2 networkmanager nano plasma-desktop sddm sddm-kcm sudo &&
pacstrap /mnt base firefox konsole linux linux-firmware linux-zen lvm2 nano networkmanager plasma-desktop sddm sddm-kcm sudo &&
echo
echo "Base system installed."
echo