Created
June 16, 2020 07:31
-
-
Save jmewes/5a7bc56aeb706882a936206e19d3815e to your computer and use it in GitHub Desktop.
Install IntellIj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd /tmp | |
wget -cO jetbrains-toolbox.tar.gz "https://data.services.jetbrains.com/products/download?platform=linux&code=TBA" | |
tar -xzf jetbrains-toolbox.tar.gz | |
DIR=$(find . -maxdepth 1 -type d -name jetbrains-toolbox-\* -print | head -n1) | |
cd $DIR | |
./jetbrains-toolbox | |
cd .. | |
rm -r $DIR | |
rm jetbrains-toolbox.tar.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment