From 0f1f29e716f0da0025eefabc32520f14220fee57 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Mon, 9 Sep 2024 17:24:20 -0600 Subject: [PATCH] Remove jaal (pinebook-pro) --- install.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/install.sh b/install.sh index 37f76c5..a516724 100644 --- a/install.sh +++ b/install.sh @@ -41,8 +41,7 @@ cat << EOF Which device are you installing to? 1) Virtual Machine 2) Galago Pro 5 (Garrus) - 3) Pinebook Pro (Jaal) - 4) nebula49 (Shepard) + 3) nebula49 (Shepard) 0) Generic EOF read hostChoice @@ -57,11 +56,6 @@ elif [ $hostChoice = 2 ]; then sudo nixos-install --flake /mnt/etc/nixos#garrus 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/desktops/gnome.nix > gnome.nix; sudo mv -f gnome.nix /mnt/etc/nixos/ sudo nixos-install --flake /mnt/etc/nixos#shepard