mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 02:54:03 -06:00
fix numbering for the list
This commit is contained in:
parent
ebd81d3780
commit
0e9001e6bf
1 changed files with 2 additions and 2 deletions
|
@ -56,12 +56,12 @@ elif [ $hostChoice = 2 ]; then
|
|||
curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/desktops/gnome.nix > gnome.nix; sudo mv -f gnome.nix /mnt/etc/nixos/
|
||||
sudo nixos-install --flake /mnt/etc/nixos#garrus
|
||||
|
||||
elif [ $hostChoice = 4 ]; then
|
||||
elif [ $hostChoice = 3 ]; then
|
||||
curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/hosts/x86_64/shepard/configuration.nix > shepard.nix; sudo mv -f shepard.nix /mnt/etc/nixos/
|
||||
curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/desktops/gnome.nix > gnome.nix; sudo mv -f gnome.nix /mnt/etc/nixos/
|
||||
sudo nixos-install --flake /mnt/etc/nixos#shepard
|
||||
|
||||
elif [ $hostChoice = 5 ]; then
|
||||
elif [ $hostChoice = 4 ]; 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/
|
||||
sudo nixos-install --flake /mnt/etc/nixos#edi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue