diff --git a/06-Advanced-quickget-features.md b/06-Advanced-quickget-features.md index 93fdf9e..d90dbb8 100644 --- a/06-Advanced-quickget-features.md +++ b/06-Advanced-quickget-features.md @@ -53,7 +53,7 @@ function get_newos() { ISO="newos-${RELEASE}-${EDITION}-amd64.iso" URL="https://www.newos.org/download/${RELEASE}/${EDITION}" - HASH=$(web_pipe "${URL}/SHA512SUMS" | grep "${ISO}" | cut_1) + HASH=$(web_pipe "${URL}/SHA512SUMS" | grep "${ISO}" | cut -d' ' -f 1) echo "${URL}/${ISO} ${HASH}" } ``` \ No newline at end of file