From 7e06c2f66b277029e5e26bd5525dbd56adf753ca Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Mon, 6 Jun 2022 17:15:27 +0000 Subject: [PATCH] Update install.sh --- install.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/install.sh b/install.sh index 43eb0c9..0633331 100644 --- a/install.sh +++ b/install.sh @@ -115,12 +115,5 @@ sudo nixos-install # 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 -# mount -o bind /sys /mnt/sys -# chroot /mnt /nix/var/nix/profiles/system/activate -# chroot /mnt /run/current-system/sw/bin/sh setup.sh - # Removed install script. rm install.sh