some more fixes

This commit is contained in:
2023-11-27 21:11:09 +01:00
parent 955b6fe35a
commit 0068520878
2 changed files with 10 additions and 4 deletions

View File

@@ -30,8 +30,6 @@ if [[ -z "$driveName" ]]; then
exit 1
fi
read -p "Do you want to have a barebone (b) or complete (c) install? " installType
read -p "Do you really want to install (y/N) " doProceed
if [[ "$doProceed" != "y" ]]; then
@@ -77,7 +75,7 @@ mount "/dev/${driveName}2" /mnt
mkdir /mnt/boot
mount "/dev/${driveName}1" /mnt/boot
pacstrap -K /mnt base linux-zen linux-firmware nano networkmanager efibootmgr grub man git xfce4 base-devel gcc fish sudo gdm plymouth --noconfirm
pacstrap -K /mnt base linux-zen linux-firmware nano networkmanager efibootmgr grub man git xfce4 base-devel fish sudo gdm plymouth --noconfirm
echo "