Skip to content

Commit

Permalink
Update InstallPyCharm.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
techcoder20 authored Mar 14, 2021
1 parent 5e3e2d6 commit 52ff611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion InstallPyCharm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ downloadlink=https://download-cf.jetbrains.com/python/pycharm-community-2020.3.3
name=pycharm-community

# Get dependencies
sudo apt install python-pip openjdk-11-jdk
sudo apt -y install python-pip openjdk-11-jdk

#Removing if pycharm-community-2020.3.3.tar.gz already downloaded
rm $name.tar.gz
Expand Down

0 comments on commit 52ff611

Please sign in to comment.