Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions generic/install-jetbrains-tools
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@

# Install JetBrains Toolbox
# https://www.jetbrains.com/lp/toolbox/
base_filename=jetbrains-toolbox-1.28.1.15219
base_filename=jetbrains-toolbox-3.2.0.65851
Comment thread
mapitman marked this conversation as resolved.
Outdated

curl -L -o /tmp/$base_filename.tar.gz https://download.jetbrains.com/toolbox/$base_filename.tar.gz
tar xzvf /tmp/$base_filename.tar.gz -C /tmp
mkdir -p "$HOME"/.local/bin/
mv /tmp/$base_filename/jetbrains-toolbox "$HOME"/.local/bin/
rm /tmp/$base_filename.tar.gz
"/tmp/$base_filename/bin/jetbrains-toolbox" >/dev/null 2>&1 &
# rm "/tmp/$base_filename.tar.gz"
# rm -rf "/tmp/jetbrains-toolbox-$base_filename"
Comment thread
mapitman marked this conversation as resolved.
Outdated
Comment thread
mapitman marked this conversation as resolved.
Outdated
echo "JetBrains Toolbox installation initiated. Please complete the setup through the application interface."
Comment thread
mapitman marked this conversation as resolved.
Outdated