mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
Rename EDI to edi
This commit is contained in:
parent
7541a7a9ad
commit
bb2f3f53d3
1 changed files with 1 additions and 1 deletions
|
@ -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