mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
Update install.sh
This commit is contained in:
parent
bda7ed2fe6
commit
7c4c8dc1e4
1 changed files with 1 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue