mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
Edit install.sh
This commit is contained in:
parent
31cce1d998
commit
275f6ca934
1 changed files with 8 additions and 1 deletions
|
@ -47,7 +47,14 @@ Which device are you installing to?
|
|||
4) Home Server (EDI) - Do Not Use
|
||||
0) Generic
|
||||
EOF
|
||||
read hostChoice
|
||||
|
||||
echo ""
|
||||
|
||||
read -p "Enter your choice: " hostChoice
|
||||
|
||||
echo ""
|
||||
|
||||
echo "The device selected: $hostChoice"
|
||||
|
||||
if [ $hostChoice = 1 ]; then
|
||||
curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/hosts/x86_64/configuration.nix > vm.nix; sudo mv -f vm.nix /mnt/etc/nixos/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue