tinycore update

This commit is contained in:
zenobit 2025-02-14 04:35:01 +01:00
parent b7d4dadbbc
commit 07cf5b8265
1 changed files with 3 additions and 1 deletions

View File

@ -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}"
}