Skip to content

Commit

Permalink
skip arm64 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed May 15, 2024
1 parent c0c980f commit ab3b6ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jetbrains-toolbox/create_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cd "$dp0"

api_url='https://data.services.jetbrains.com/products/releases?code=TBA&latest=true&type=release'
echo Get latest version: $api_url ...
download_url=$($curl --location "$api_url" | "$grep" --only-matching "(?<=\"link\":\")[^,]+tar.gz(?=\")")
download_url=$($curl --location "$api_url" | "$grep" --only-matching "(?<=\"link\":\")[^,]+tar.gz(?=\")" | tail -n 1 | head -n 1)
echo Downloading: $download_url ...
$curl --location $download_url --remote-name
errorlevel=$?
Expand Down

0 comments on commit ab3b6ce

Please sign in to comment.