tinycore update
This commit is contained in:
parent
b7d4dadbbc
commit
07cf5b8265
|
|
@ -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}"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue