diff --git a/quickget b/quickget index 9569aa8..dc9f85e 100755 --- a/quickget +++ b/quickget @@ -2573,7 +2573,7 @@ function get_opensuse() { ISO="openSUSE-Leap-${RELEASE}-DVD-x86_64-Current.iso" URL="https://download.opensuse.org/distribution/leap/${RELEASE}/iso" fi - HASH=$(wget -q -O- "${URL}/${ISO}.sha256" |awk '{if(NR==4) print $0}'|cut_1) + HASH=$(web_pipe "${URL}/${ISO}.sha256" | awk '{if(NR==4) print $0}' | cut_1) echo "${URL}/${ISO} ${HASH}" }