From 3b6c1866b838d7f5db41b838c7a9a6f3fdd9f7c0 Mon Sep 17 00:00:00 2001 From: janis Date: Tue, 28 Nov 2023 10:56:07 +0100 Subject: [PATCH] some more fixes --- chroot.sh | 7 ++++++- install.sh | 3 ++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/chroot.sh b/chroot.sh index 653c3a2..edc677e 100755 --- a/chroot.sh +++ b/chroot.sh @@ -49,8 +49,13 @@ usermod -aG wheel arch-is-best rm -rfv /home/arch-is-best/arch-dev-vm mkdir --parent /home/arch-is-best/arch-dev-vm +ls /root/arch-dev-vm + + mv -v /root/arch-dev-vm /home/arch-is-best/arch-dev-vm +sleep 2 + ls /home/arch-is-best/arch-dev-vm echo " @@ -85,7 +90,7 @@ Now, once you are ready, press enter to open the file " -visudo +EDITOR=nano visudo systemctl enable gdm.service diff --git a/install.sh b/install.sh index 3906a36..e4492fd 100755 --- a/install.sh +++ b/install.sh @@ -75,9 +75,10 @@ echo "y\n" | mkfs.ext4 "/dev/${driveName}2" echo "y\n" | mkfs.fat -F 32 "/dev/${driveName}1" mount "/dev/${driveName}2" /mnt mkdir /mnt/boot +mkdir /mnt/boot/EFI mount "/dev/${driveName}1" /mnt/boot -pacstrap -K /mnt base linux-zen linux-firmware nano networkmanager efibootmgr grub man git xfce4 base-devel 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 neovim --noconfirm echo "