refactor: update peppermint to use web_pipe()
This commit is contained in:
parent
57b55f5e22
commit
9de248fbaa
2
quickget
2
quickget
|
@ -2621,7 +2621,7 @@ function get_peppermint() {
|
||||||
URL="${URL}/Gnome_FlashBack"
|
URL="${URL}/Gnome_FlashBack"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
HASH=$(wget -q -O- "${URL}/${ISO}-sha512.checksum" | grep "${ISO}" | cut_1)
|
HASH=$(web_pipe "${URL}/${ISO}-sha512.checksum" | grep "${ISO}" | cut_1)
|
||||||
echo "${URL}/${ISO} ${HASH}"
|
echo "${URL}/${ISO} ${HASH}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue