Update install-64

[official version update] Otherwise, the comment line error was fixed; I hadn't delete nor modified "2018" on this 64bit installation script.
pull/166/head
V. Fabian T. Mendes C 4 years ago committed by GitHub
parent 54fe629968
commit c35a1122a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,11 +7,11 @@ function error {
exit 1
}
filename='pycharm-community-2020.2.3'
filename='pycharm-community-2020.3.1'
rm -f $filename.tar.gz 2>/dev/null
sudo rm -rf /opt/pycharm-community pycharm-community ${filename}
#download the 2018.3.7 version "tar.gz" file
#download the 2020.3.1 version "tar.gz" file
wget https://download.jetbrains.com/python/${filename}.tar.gz || error "Failed to downloading file. Make sure 'wget' is installed and verify your Internet Network Connection"
#extract and rename pycharm-community folder

Loading…
Cancel
Save