From c447fbc67f3dd10e8fbefbbce2e61c1c2b31c7fe Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Mon, 17 Apr 2023 18:45:54 +0000 Subject: [PATCH] Update install.sh --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index fb2032a..1ed48d3 100644 --- a/install.sh +++ b/install.sh @@ -95,6 +95,8 @@ sudo mount /dev/mapper/lvm-root /mnt sudo btrfs subvolume create /mnt/@root sudo btrfs subvolume create /mnt/@home +sleep 120 + # Unmount root sudo umount /mnt