Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
🐞 fix(just): try to fix just syntax (part 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
c0deplayer committed Nov 23, 2023
1 parent 73759ce commit 5b06e25
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions config/files/usr/share/ublue-os/just/60-custom.just
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ jetbrains-toolbox:
#!/usr/bin/env bash
pushd "$(mktemp -d)"
echo "Get latest JetBrains Toolbox version"
# Get the json with latest releases
curl -sSfL -o releases.json "https://data.services.jetbrains.com/products/releases?code=TBA&latest=true&type=release"

# Extract information
BUILD_VERSION=$(jq -r '.TBA[0].build' ./releases.json)
DOWNLOAD_LINK=$(jq -r '.TBA[0].downloads.linux.link' ./releases.json)
CHECKSUM_LINK=$(jq -r '.TBA[0].downloads.linux.checksumLink' ./releases.json)
Expand Down

0 comments on commit 5b06e25

Please sign in to comment.