mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-02-21 02:01:22 +00:00
Let people build installers for any machine type on Linux, just canonicalize the x86 and x86_64 types.
This commit is contained in:
parent
00b16f6aa6
commit
644db7a04a
@ -38,9 +38,6 @@ case "$system" in
|
||||
x86_64|amd64|x64)
|
||||
machine="x64"
|
||||
;;
|
||||
*)
|
||||
echo "Unsupported machine type: $machine"
|
||||
exit 2
|
||||
esac
|
||||
|
||||
echo "Assembling Linux installer for $machine and version $vmajor.$vminor.$revision"
|
||||
|
Loading…
x
Reference in New Issue
Block a user