From 3c20a9944d4c8d94f261c15cf6bc5f1b1dd8e82c Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Mon, 21 Jul 2025 18:44:07 +1000 Subject: [PATCH] modified: installer.nix --- installer.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.nix b/installer.nix index 6af557b..017dec2 100644 --- a/installer.nix +++ b/installer.nix @@ -42,7 +42,7 @@ FLAKE_BASE_URL="git+https://gitea.lan.ddnsgeek.com/beatzaplenty/nixos.git" options=("nixos" "docker" "server" "nix-cache" "nix-minimal") echo "Choose the flake profile to install:" -select choice in "${options[@]}"; do +select choice in "''${options[@]}"; do if [[ -n "$choice" ]]; then echo "You selected: $choice" break