From 8c1aee2a1b572687fb2bd6fb2da46f50be020040 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 19 Jan 2024 00:59:18 +0100 Subject: [PATCH] fix: Manual mode --- src/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install.sh b/src/install.sh index 0f22e99..bd64ce2 100644 --- a/src/install.sh +++ b/src/install.sh @@ -40,7 +40,7 @@ if [[ "${VERSION,,}" == "tiny11" ]]; then VERSION="https://archive.org/download/tiny-11-core-x-64-beta-1/tiny11%20core%20x64%20beta%201.iso" fi -if [[ "${VERSION,,}" == "http"* ]]; +if [[ "${VERSION,,}" == "http"* ]]; then EXTERNAL="Y" else EXTERNAL="N"