mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 19:35:49 +00:00
fix: Manual mode
This commit is contained in:
parent
2999e719ce
commit
8c1aee2a1b
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue