mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
GNOME download for Thelio B1 and Galago 3B
This commit is contained in:
parent
999acc5296
commit
dc1aa54f75
1 changed files with 2 additions and 0 deletions
|
@ -57,10 +57,12 @@ elif [ $deviceChoice = 2 ]; then
|
|||
|
||||
elif [ $deviceChoice = 3 ]; then
|
||||
curl https://gitlab.com/ahoneybun/nix-configs/-/raw/flake/systems/x86_64/thelio-nvidia.nix > thelio-nvidia.nix; sudo mv -f thelio-nvidia.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#thelio-b1
|
||||
|
||||
elif [ $deviceChoice = 4 ]; then
|
||||
curl https://gitlab.com/ahoneybun/nix-configs/-/raw/flake/systems/x86_64/garrus/configuration.nix > garrus.nix; sudo mv -f garrus.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#garrus
|
||||
|
||||
elif [ $deviceChoice = 0 ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue