From 7c4c8dc1e48d8edc6367c74d8a68eca6cf47cd66 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Sun, 5 Jun 2022 22:18:12 +0000 Subject: [PATCH] Update install.sh --- install.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/install.sh b/install.sh index ba582a2..b4ca0b3 100644 --- a/install.sh +++ b/install.sh @@ -98,8 +98,7 @@ sudo mkdir /mnt/home/ sudo mount -o noatime,commit=120,compress=zstd:10,subvol=@home /dev/lvm/root /mnt/home # Mount the EFI partition. -sudo mkdir /mnt/boot/ -sudo mount $efiName /mnt/boot +sudo mount --mkdir $efiName /mnt/boot/ # Generate Nix configuration sudo nixos-generate-config --root /mnt @@ -110,10 +109,6 @@ curl https://gitlab.com/ahoneybun/nyxi-installer/-/raw/main/configuration.nix > # Install sudo nixos-install -# Start Setup section -# sudo -i -# curl https://gitlab.com/ahoneybun/nynx-installer/-/raw/main/setup.sh > /mnt/setup.sh - # # Enter into installed OS # mount -o bind /dev /mnt/dev # mount -o bind /proc /mnt/proc