mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-22 06:14:02 -07:00
Merge 08ddddd8e4
into 6f8364ba59
This commit is contained in:
commit
5836da339b
1 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,9 @@ case "$system" in
|
||||||
x86_64|amd64|x64)
|
x86_64|amd64|x64)
|
||||||
machine="x64"
|
machine="x64"
|
||||||
;;
|
;;
|
||||||
|
armv6l)
|
||||||
|
machine="arm"
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Unsupported machine type: $machine"
|
echo "Unsupported machine type: $machine"
|
||||||
exit 2
|
exit 2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue