Remove jaal (pinebook-pro)

This commit is contained in:
Aaron Honeycutt 2024-09-09 17:24:20 -06:00
parent c02b8f0ca3
commit 0f1f29e716

View file

@ -41,8 +41,7 @@ cat << EOF
Which device are you installing to? Which device are you installing to?
1) Virtual Machine 1) Virtual Machine
2) Galago Pro 5 (Garrus) 2) Galago Pro 5 (Garrus)
3) Pinebook Pro (Jaal) 3) nebula49 (Shepard)
4) nebula49 (Shepard)
0) Generic 0) Generic
EOF EOF
read hostChoice read hostChoice
@ -57,11 +56,6 @@ elif [ $hostChoice = 2 ]; then
sudo nixos-install --flake /mnt/etc/nixos#garrus sudo nixos-install --flake /mnt/etc/nixos#garrus
elif [ $hostChoice = 3 ]; then elif [ $hostChoice = 3 ]; then
curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/hosts/aarch64/jaal/configuration.nix > jaal.nix; sudo mv -f jaal.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#jaal
elif [ $hostChoice = 4 ]; 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/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/ 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 sudo nixos-install --flake /mnt/etc/nixos#shepard