Browse Source

Set Debian arch correctly on armv6l (armhf)

pull/1/head
Adam Ierymenko 11 years ago
parent
commit
3a786ccc17
  1. 4
      buildinstaller.sh

4
buildinstaller.sh

@ -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…
Cancel
Save