mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 19:35:49 +00:00
fix: Add Tiny11 core
This commit is contained in:
parent
eeac3c82b3
commit
7ebd7dbf79
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ if [[ "${VERSION,,}" == "tiny10" ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "${VERSION,,}" == "tiny11" ]]; then
|
if [[ "${VERSION,,}" == "tiny11" ]]; then
|
||||||
VERSION="https://archive.org/download/tiny-11-NTDEV/tiny11%2023H2%20x64.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"* ]];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue