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