We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3adbe8f commit 634af3bCopy full SHA for 634af3b
1 file changed
generic/install-jetbrains-tools
@@ -10,6 +10,4 @@ base_filename="jetbrains-toolbox-$JETBRAINS_TOOLBOX_VERSION"
10
curl -L -o /tmp/$base_filename.tar.gz https://download.jetbrains.com/toolbox/$base_filename.tar.gz
11
tar xzvf /tmp/$base_filename.tar.gz -C /tmp
12
"/tmp/$base_filename/bin/jetbrains-toolbox" >/dev/null 2>&1 &
13
-# rm "/tmp/$base_filename.tar.gz"
14
-# rm -rf "/tmp/jetbrains-toolbox-$base_filename"
15
echo "JetBrains Toolbox installation initiated. Please complete the setup through the application interface."
0 commit comments