fix: Manual mode

This commit is contained in:
Kroese 2024-01-19 00:59:18 +01:00 committed by GitHub
parent 2999e719ce
commit 8c1aee2a1b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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" VERSION="https://archive.org/download/tiny-11-core-x-64-beta-1/tiny11%20core%20x64%20beta%201.iso"
fi fi
if [[ "${VERSION,,}" == "http"* ]]; if [[ "${VERSION,,}" == "http"* ]]; then
EXTERNAL="Y" EXTERNAL="Y"
else else
EXTERNAL="N" EXTERNAL="N"