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 12, 2021
1 parent 18a40ee commit 5e3e2d6
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 @@ -25,7 +25,7 @@ sudo mv /opt/$name/*/* /opt/$name/
rm $name.tar.gz

#Making file executable
sudo chmod +x /opt/$name/bin/$name.sh
sudo chmod +x /opt/$name/bin/pycharm.sh

#Implementing terminal fix
git clone https://github.com/JetBrains/pty4j.git ~/pty4j
Expand Down

0 comments on commit 5e3e2d6

Please sign in to comment.