From 74909e63e47ce4b2322a28700341d8f24dfb5564 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Wed, 25 Jan 2023 17:29:27 +0000 Subject: [PATCH] Update install.sh --- install.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/install.sh b/install.sh index 7526b4b..8de8c49 100644 --- a/install.sh +++ b/install.sh @@ -63,9 +63,6 @@ sudo e2label $rootName NixOS sudo swapon $swapName sudo mount $rootName /mnt -# Unmount root -sudo umount /mnt - # Mount the EFI partition. sudo mkdir /mnt/boot/ sudo mount $efiName /mnt/boot