mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
fix typo
This commit is contained in:
parent
6c0a6cc602
commit
7541a7a9ad
1 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ Which device are you installing to?
|
|||
2) Galago Pro 5 (Garrus)
|
||||
3) Thinkpad X13s (Drack)
|
||||
4) nebula49 (Shepard)
|
||||
5) Home Server (EDI)
|
||||
5) Home Server (EDI) - Do Not Use
|
||||
0) Generic
|
||||
EOF
|
||||
read hostChoice
|
||||
|
@ -68,7 +68,7 @@ elif [ $hostChoice = 4 ]; then
|
|||
sudo nixos-install --flake /mnt/etc/nixos#shepard
|
||||
|
||||
elif [ $hostChoice = 5 ]; then
|
||||
curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/hosts/x86_64/edi/configuration.nix > edi.nix; sudo mv -f edi.nix /mnt/etc/nixos/
|
||||
curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/hosts/x86_64/EDI/configuration.nix > edi.nix; sudo mv -f edi.nix /mnt/etc/nixos/
|
||||
sudo nixos-install --flake /mnt/etc/nixos#edi
|
||||
|
||||
elif [ $hostChoice = 0 ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue