Skip to content

Commit 6a98f1e

Browse files
committed
Fixed linux install script
1 parent 953bbd0 commit 6a98f1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ echo
4949
github_data=$(curl -s -L https://api.github.com/repos/CoScale/coscale-cli/releases/latest | grep "browser_download_url" | awk '{ print $2; }' | sed 's/"//g')
5050

5151
# Select correct release
52-
release=`echo "$github_data" | grep "$os"`
52+
release=`echo "$github_data" | grep -v ".exe"`
5353
echo "### Latest release: $release"
5454

5555
# Start install

0 commit comments

Comments
 (0)