From 7ebd7dbf79063e182be10e0c7b018a8f3ab90bed Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 19 Jan 2024 00:49:53 +0100 Subject: [PATCH] fix: Add Tiny11 core --- src/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install.sh b/src/install.sh index 0578375..0f22e99 100644 --- a/src/install.sh +++ b/src/install.sh @@ -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"* ]];