refactor: update mxlinux to use web_pipe()

This commit is contained in:
Martin Wimpress 2024-04-19 22:09:26 +01:00 committed by Martin Wimpress
parent fb6484588c
commit 1823596fac
1 changed files with 1 additions and 1 deletions

View File

@ -2498,7 +2498,7 @@ function get_mxlinux() {
KDE) ISO="MX-${RELEASE}_KDE_x64.iso";;
Fluxbox) ISO="MX-${RELEASE}_fluxbox_x64.iso";;
esac
HASH=$(wget -q -O- "${URL}/${ISO}.sha256" | cut_1)
HASH=$(web_pipe "${URL}/${ISO}.sha256" | cut_1)
echo "${URL}/${ISO} ${HASH}"
}