chore: preserve recent changes to get_freedos()
This commit is contained in:
parent
eed65ddc81
commit
66aca19437
4
quickget
4
quickget
|
@ -1904,11 +1904,11 @@ function get_freedos() {
|
||||||
case ${RELEASE} in
|
case ${RELEASE} in
|
||||||
1.2)
|
1.2)
|
||||||
ISO="FD12CD.iso"
|
ISO="FD12CD.iso"
|
||||||
HASH=$(wget -q -O- "${URL}/FD12.sha" | grep "${ISO}" | cut_1)
|
HASH=$(web_pipe "${URL}/FD12.sha" | grep "${ISO}" | cut_1)
|
||||||
;;
|
;;
|
||||||
1.3)
|
1.3)
|
||||||
ISO="FD13-LiveCD.zip"
|
ISO="FD13-LiveCD.zip"
|
||||||
HASH=$(wget -q -O- "${URL}/verify.txt" | grep -A 8 "sha256sum" | grep "${ISO}" | cut_1)
|
HASH=$(web_pipe "${URL}/verify.txt" | grep -A 8 "sha256sum" | grep "${ISO}" | cut_1)
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
echo "${URL}/${ISO} ${HASH}"
|
echo "${URL}/${ISO} ${HASH}"
|
||||||
|
|
Loading…
Reference in New Issue