We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7fb490 commit aa2ccf0Copy full SHA for aa2ccf0
1 file changed
build/linux/install-arm.sh
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
# This script installs the latest version of Processing for ARM into /usr/local/lib
4
-# 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"
5
6
# this assumes that newer releases are at the top
7
TAR="$(curl -sL https://api.github.com/repos/processing/processing/releases | grep -oh -m 1 'https.*linux-armv6hf.tgz')"
0 commit comments