[go: nahoru, domu]

Skip to content

Commit

Permalink
Merge pull request dnschneid#3840 from dnschneid/wheezyarm64
Browse files Browse the repository at this point in the history
Override arm64 ARCH on wheezy if not explicitly chosen
  • Loading branch information
dnschneid committed Jul 18, 2018
2 parents e89a4bb + 4d46ccd commit 469e8ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions installer/debian/defaults
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

if [ -z "$ARCH" ]; then
ARCH="`uname -m`"
if [ "$RELEASE" = 'wheezy' ] \
&& [ "$ARCH" = 'arm64' -o "$ARCH" = 'aarch64' ]; then
ARCH='armhf'
fi
fi

case "$ARCH" in
Expand Down

0 comments on commit 469e8ad

Please sign in to comment.