mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-08 03:34:14 +00:00
Set Debian arch correctly on armv6l (armhf)
This commit is contained in:
parent
b3a9bfca4d
commit
3a786ccc17
@ -41,6 +41,10 @@ case "$system" in
|
||||
machine="x64"
|
||||
debian_arch="amd64"
|
||||
;;
|
||||
armv6l|arm|armhf)
|
||||
machine="armv6l"
|
||||
debian_arch="armhf"
|
||||
;;
|
||||
esac
|
||||
|
||||
echo "Assembling Linux installer for $machine and version $vmajor.$vminor.$revision"
|
||||
|
Loading…
x
Reference in New Issue
Block a user