mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-22 06:14:02 -07:00
Enable buildinstaller.sh on Raspberry Pi
So that you can build a redistributable install for Pi, with nice things like init scripts etc.
This commit is contained in:
parent
96faaa85cf
commit
08ddddd8e4
1 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,9 @@ case "$system" in
|
|||
x86_64|amd64|x64)
|
||||
machine="x64"
|
||||
;;
|
||||
armv6l)
|
||||
machine="arm"
|
||||
;;
|
||||
*)
|
||||
echo "Unsupported machine type: $machine"
|
||||
exit 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue