Skip to content
This repository was archived by the owner on May 24, 2020. It is now read-only.

Commit

Permalink
Processing 3.4 (#3)
Browse files Browse the repository at this point in the history
* Update InstallProcessing.sh

* Update README.md
  • Loading branch information
AtjonTV authored Jul 28, 2018
1 parent 9efef99 commit 864ad46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion InstallProcessing.sh
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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=<any_version>`
Change `version=3.4` in Line 4 to `version=<any_version>`

0 comments on commit 864ad46

Please sign in to comment.