From 83601acd003402f98117785b7316067ba3f78cc0 Mon Sep 17 00:00:00 2001 From: proledatarian Date: Sun, 13 Feb 2022 15:36:14 +0000 Subject: [PATCH] Update install.sh --- install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 2bded93..94237ee 100644 --- a/install.sh +++ b/install.sh @@ -154,6 +154,7 @@ echo "Done." echo "Installing basic packages.." echo -e pacstrap /mnt base base-devel firefox konsole linux linux-firmware linux-zen lvm2 networkmanager nano plasma-desktop sddm sddm-kcm && +pacstrap /mnt base base-devel firefox konsole linux linux-firmware linux-zen lvm2 networkmanager nano plasma-desktop sddm sddm-kcm && echo -e echo "Base system installed." echo -e @@ -209,7 +210,7 @@ arch-chroot /mnt passwd arch-chroot /mnt bootctl install -cat << EOF > /mnt/boot/loader/arch.conf +cat << EOF > /mnt/boot/loader/entries/arch.conf # The title of your systemd-boot entry. title Arch Linux @@ -239,7 +240,7 @@ options init=/usr/lib/systemd/systemd #options loglevel=3 EOF -cat << EOF > /mnt/boot/loader/arch-fallback.conf +cat << EOF > /mnt/boot/loader/entries/arch-fallback.conf title Arch Linux Fallback linux /vmlinuz-linux initrd /initramfs-linux-fallback.img