Revert "Update install.sh"

This reverts commit 7c4c8dc1e4
This commit is contained in:
Aaron Honeycutt 2022-06-05 22:23:48 +00:00
parent 7c4c8dc1e4
commit 2d5f9e8abd

View file

@ -98,7 +98,8 @@ sudo mkdir /mnt/home/
sudo mount -o noatime,commit=120,compress=zstd:10,subvol=@home /dev/lvm/root /mnt/home sudo mount -o noatime,commit=120,compress=zstd:10,subvol=@home /dev/lvm/root /mnt/home
# Mount the EFI partition. # Mount the EFI partition.
sudo mount --mkdir $efiName /mnt/boot/ sudo mkdir /mnt/boot/
sudo mount $efiName /mnt/boot
# Generate Nix configuration # Generate Nix configuration
sudo nixos-generate-config --root /mnt sudo nixos-generate-config --root /mnt
@ -109,6 +110,10 @@ curl https://gitlab.com/ahoneybun/nyxi-installer/-/raw/main/configuration.nix >
# Install # Install
sudo nixos-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 # # Enter into installed OS
# mount -o bind /dev /mnt/dev # mount -o bind /dev /mnt/dev
# mount -o bind /proc /mnt/proc # mount -o bind /proc /mnt/proc