diff --git a/install.sh b/install.sh index 67e12563..f9172957 100755 --- a/install.sh +++ b/install.sh @@ -110,7 +110,7 @@ clear if [ "$1" == "--beta" ]; then RELEASE_URL=https://github.com/gnmyt/myspeed/archive/refs/heads/development.zip else - RELEASE_URL=$(curl -s https://api.github.com/repos/gnmyt/myspeed/releases/latest | grep browser_download_url | cut -d '"' -f 4) + RELEASE_URL=$(curl -s https://api.github.com/repos/gnmyt/myspeed/releases/latest | grep browser_download_url | cut -d '"' -f 4 | grep -m1 "") fi