diff --git a/InstallProcessing.sh b/InstallProcessing.sh index 3a2c10b..396e74c 100644 --- a/InstallProcessing.sh +++ b/InstallProcessing.sh @@ -1,7 +1,7 @@ #!/bin/bash # To install a newer or older version of Processing, change the version below. -version=3.3.7 +version=3.4 echo This script will install Processing-$version-linux64 on Ubuntu 16.04. diff --git a/README.md b/README.md index 4e7681d..27d16aa 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Install-Processing-on-Ubuntu-16.04 -a bash script to install Processing 3.3.7 on Ubuntu 16.04 +a bash script to install Processing 3.4 on Ubuntu 16.04 -After [downloading](https://github.com/AtjonTV/Install-Processing-on-Ubuntu-16.04/releases/download/inst_p3_v3.3.6/InstallProcessing.sh) the script do the following: +After [downloading](https://github.com/AtjonTV/Install-Processing-on-Ubuntu-16.04/releases/download/inst_p3_v3.4/InstallProcessing.sh) the script do the following: `cd ~/Downloads` `sudo sh InstallProcessing.sh` This script will be Updated to install other versions, change the version variable in the script: -Change `version=3.3.7` in Line 4 to `version=` +Change `version=3.4` in Line 4 to `version=`