Update install.sh

This commit is contained in:
proledatarian 2022-02-13 01:01:03 +00:00
parent 78bdc8e635
commit 7c071e7f90
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ echo "Done."
# Installing base system.
echo "Installing basic packages.."
echo -e
pacstrap /mnt base base-devel linux linux-zen linux-firmware networkmanager nano sudo lvm2 sddm sddm-kcm plasma-desktop konsole firefox
echo -e
echo "Base system installed."
echo -e