mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
Test new nixos-install
This commit is contained in:
parent
ff818891e4
commit
d947ea93b2
1 changed files with 1 additions and 22 deletions
23
install.sh
23
install.sh
|
@ -116,26 +116,5 @@ elif [ $desktopChoice = 4 ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Install
|
# Install
|
||||||
if [ $deviceChoice = 1 ]; then
|
sudo nixos-install --flake
|
||||||
echo "shepard"
|
|
||||||
|
|
||||||
elif [ $deviceChoice = 2 ]; then
|
|
||||||
echo "garrus"
|
|
||||||
|
|
||||||
elif [ $deviceChoice = 3 ]; then
|
|
||||||
echo "hp-omen"
|
|
||||||
|
|
||||||
elif [ $deviceChoice = 4 ]; then
|
|
||||||
echo "pbp"
|
|
||||||
|
|
||||||
elif [ $deviceChoice = 5 ]; then
|
|
||||||
echo "thelio-nvidia"
|
|
||||||
|
|
||||||
elif [ $deviceChoice = 6 ]; then
|
|
||||||
echo "darp9"
|
|
||||||
|
|
||||||
elif [ $deviceChoice = 7 ]; then
|
|
||||||
sudo nixos-install --impure --flake /mnt/etc/nixos#vm
|
|
||||||
fi
|
|
||||||
|
|
||||||
#sudo nixos-install
|
#sudo nixos-install
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue