mirror of
https://github.com/processing/processing4.git
synced 2026-01-29 11:21:06 +01:00
ARM Installer script: Change URL
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# This script installs the latest version of Processing for ARM into /usr/local/lib
|
||||
# Run it like this: "curl http://sukzessiv.net/~gohai/p5-arm/install-arm.sh | sudo sh"
|
||||
# Run it like this: "curl https://download.processing.org/install-arm.sh | sudo sh"
|
||||
|
||||
# this assumes that newer releases are at the top
|
||||
TAR="$(curl -sL https://api.github.com/repos/processing/processing/releases | grep -oh -m 1 'https.*linux-armv6hf.tgz')"
|
||||
|
||||
Reference in New Issue
Block a user