diff --git a/quickget b/quickget index 8f3ba94..e7659c4 100755 --- a/quickget +++ b/quickget @@ -2954,7 +2954,7 @@ function get_vxlinux() { local HASH="" local ISO="vx-${RELEASE}.iso" local URL="https://github.com/VX-Linux/main/releases/download/${RELEASE}" - HASH=$(wget -q -O- "${URL}/vx-${RELEASE}.md5" | cut -d' ' -f1) + HASH=$(web_pipe "${URL}/vx-${RELEASE}.md5" | cut_1) echo "${URL}/${ISO} ${HASH}" }