mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-17 20:46:54 +02: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
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue