From aa2ccf0bb855d41245102bc0bcd64daf23747abf Mon Sep 17 00:00:00 2001 From: gohai Date: Mon, 9 Nov 2015 16:56:46 +0100 Subject: [PATCH] ARM Installer script: Change URL --- build/linux/install-arm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/linux/install-arm.sh b/build/linux/install-arm.sh index 25d4fc9fe..17dbce1b4 100755 --- a/build/linux/install-arm.sh +++ b/build/linux/install-arm.sh @@ -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')"