fix: Add Tiny11 core

This commit is contained in:
Kroese 2024-01-19 00:49:53 +01:00 committed by GitHub
parent eeac3c82b3
commit 7ebd7dbf79
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,7 +37,7 @@ if [[ "${VERSION,,}" == "tiny10" ]]; then
fi
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
if [[ "${VERSION,,}" == "http"* ]];