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
55a6f4be4f
commit
fd4e67b87f
1 changed files with 5 additions and 5 deletions
10
install.sh
10
install.sh
|
@ -98,11 +98,11 @@ sudo nixos-install
|
|||
# curl https://gitlab.com/ahoneybun/nixos-cli-installer/-/raw/main/setup.sh > /mnt/setup.sh
|
||||
|
||||
# Enter into installed OS
|
||||
sudo mount -o bind /dev /mnt/dev
|
||||
sudo mount -o bind /proc /mnt/proc
|
||||
sudo mount -o bind /sys /mnt/sys
|
||||
sudo chroot /mnt /nix/var/nix/profiles/system/activate
|
||||
sudo chroot /mnt /run/current-system/sw/bin/sh setup.sh
|
||||
# sudo mount -o bind /dev /mnt/dev
|
||||
# sudo mount -o bind /proc /mnt/proc
|
||||
# sudo mount -o bind /sys /mnt/sys
|
||||
# sudo chroot /mnt /nix/var/nix/profiles/system/activate
|
||||
# sudo chroot /mnt /run/current-system/sw/bin/sh setup.sh
|
||||
|
||||
# Removed install script.
|
||||
rm install.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue