Skip to content

Commit aa2ccf0

Browse files
committed
ARM Installer script: Change URL
1 parent f7fb490 commit aa2ccf0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/linux/install-arm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
# 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"
4+
# Run it like this: "curl https://download.processing.org/install-arm.sh | sudo sh"
55

66
# this assumes that newer releases are at the top
77
TAR="$(curl -sL https://api.github.com/repos/processing/processing/releases | grep -oh -m 1 'https.*linux-armv6hf.tgz')"

0 commit comments

Comments
 (0)