Skip to content

Commit

Permalink
Merge pull request #14 from gnmyt/development
Browse files Browse the repository at this point in the history
Fixed the install script
  • Loading branch information
gnmyt authored Jun 22, 2022
2 parents 574373d + fa26f23 commit e855da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit e855da5

Please sign in to comment.