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 6d643d4 commit b0dd55aCopy full SHA for b0dd55a
install.sh
@@ -1,5 +1,7 @@
1
#!/bin/bash
2
3
+set -e
4
+
5
get_arch() {
6
local raw_arch="$(uname -m)"
7
local arch
0 commit comments