We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
treehouses services privatebin
1 parent e229cac commit 0514a22Copy full SHA for 0514a22
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@treehouses/cli",
3
- "version": "1.25.2",
+ "version": "1.25.3",
4
"remote": "4000",
5
"description": "Thin command-line interface for Raspberry Pi low level configuration.",
6
"main": "cli.sh",
services/install-privatebin.sh
@@ -37,6 +37,7 @@ function uses_env {
37
function supported_arms {
38
echo "armv7l"
39
echo "armv6l"
40
+ echo "aarch64"
41
echo "x86_64"
42
}
43
0 commit comments