refactor: update peppermint to use web_pipe()

This commit is contained in:
Martin Wimpress 2024-04-19 22:14:05 +01:00 committed by Martin Wimpress
parent 57b55f5e22
commit 9de248fbaa
1 changed files with 1 additions and 1 deletions

View File

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