Skip to content

Commit

Permalink
treehouses services privatebin for arm64 (fixes #2024) (#2025)
Browse files Browse the repository at this point in the history
Co-authored-by: dogi <[email protected]>
  • Loading branch information
hiroTochigi and dogi authored Feb 18, 2021
1 parent e229cac commit 0514a22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 1 addition & 0 deletions services/install-privatebin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ function uses_env {
function supported_arms {
echo "armv7l"
echo "armv6l"
echo "aarch64"
echo "x86_64"
}

Expand Down

0 comments on commit 0514a22

Please sign in to comment.