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 bd6762a commit 1842de5Copy full SHA for 1842de5
up-generic.sh
@@ -1,5 +1,10 @@
1
#This is for internal testing only
2
-: ${ARCH:=$(uname -m)-linux-gnu}
+SYSTEM_ARCH=$(uname -m)
3
+if [ "$SYSTEM_ARCH" = arm64 ]; then
4
+ ARCH=aarch64-linux-gnu
5
+fi
6
+
7
+: ${ARCH:=$ARCH}
8
: ${bitcoind=10}
9
: ${lnd=10}
10
: ${tor=10}
0 commit comments