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
13d37693cd
commit
ad4a2d0dd5
1 changed files with 10 additions and 0 deletions
10
install.sh
10
install.sh
|
@ -81,6 +81,16 @@ curl https://gitlab.com/ahoneybun/nixos-cli-installer/-/raw/main/config-gnome.ni
|
||||||
# Install
|
# Install
|
||||||
sudo nixos-install
|
sudo nixos-install
|
||||||
|
|
||||||
|
# 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/bash
|
||||||
|
|
||||||
|
# Set password for user
|
||||||
|
passwd aaronh
|
||||||
|
|
||||||
# Removed downloaded script.
|
# Removed downloaded script.
|
||||||
rm install.sh
|
rm install.sh
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue