diff --git a/install-discord-linux.sh b/install-discord-linux.sh index d730b8c..0f25efd 100755 --- a/install-discord-linux.sh +++ b/install-discord-linux.sh @@ -27,7 +27,7 @@ function log () { } function get_remote_version(){ - local REMOTE_VERSION=`curl $DOWNLOAD_URL | grep -Eo $VERSION_REGEX | head -n 1` + local REMOTE_VERSION=`curl -s $DOWNLOAD_URL | grep -Eo $VERSION_REGEX | head -n 1` if [[ "$REMOTE_VERSION" ]]; then echo "$REMOTE_VERSION"