From 07cf5b8265189b72a73f9477fc56d7e88c3095a9 Mon Sep 17 00:00:00 2001 From: zenobit Date: Fri, 14 Feb 2025 04:35:01 +0100 Subject: [PATCH] tinycore update --- actions/tinycore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/actions/tinycore b/actions/tinycore index 662a3b5..ca310b8 100644 --- a/actions/tinycore +++ b/actions/tinycore @@ -21,7 +21,9 @@ function get_() { case "${EDITION}" in *Pure*) ARCH+="_64";; esac - local URL="http://www.tinycorelinux.net/${RELEASE}.x/${ARCH}/release" + # tinycorelinux.net not stable enough + #local URL="http://www.tinycorelinux.net/${RELEASE}.x/${ARCH}/release" + local URL="https://distro.ibiblio.org/tinycorelinux/${RELEASE}.x/${ARCH}/release" HASH=$(web_pipe "${URL}/${ISO}.md5.txt" | cut -d' ' -f1) echo "${URL}/${ISO} ${HASH}" }