diff --git a/package.json b/package.json index f675ca22e..146ae9e4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@treehouses/cli", - "version": "1.25.2", + "version": "1.25.3", "remote": "4000", "description": "Thin command-line interface for Raspberry Pi low level configuration.", "main": "cli.sh", diff --git a/services/install-privatebin.sh b/services/install-privatebin.sh index 4b55b957b..04d1b23ce 100644 --- a/services/install-privatebin.sh +++ b/services/install-privatebin.sh @@ -37,6 +37,7 @@ function uses_env { function supported_arms { echo "armv7l" echo "armv6l" + echo "aarch64" echo "x86_64" }