refactor: update tinycore to use web_pipe()
This commit is contained in:
parent
866fed32c7
commit
3ff9ea5204
2
quickget
2
quickget
|
@ -2808,7 +2808,7 @@ function get_tinycore() {
|
|||
elif [ "${EDITION}" == "CorePure64" ] || [ "${EDITION}" == "TinyCorePure64" ]; then
|
||||
URL="http://www.tinycorelinux.net/14.x/x86_64/release"
|
||||
fi
|
||||
HASH=$(wget -q -O- "${URL}/${ISO}.md5.txt" | cut_1)
|
||||
HASH=$(web_pipe "${URL}/${ISO}.md5.txt" | cut_1)
|
||||
echo "${URL}/${ISO} ${HASH}"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue