Skip to content

Commit

Permalink
Fixed updatebeta script for old rpi users
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmocuz committed Mar 5, 2016
1 parent 8219aa0 commit f664af3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions updatebeta
Expand Up @@ -8,9 +8,9 @@ lowercase(){

OS=`lowercase \`uname -s\``
MACH=`uname -m`
if [ ${ARCH} = "armv6l" ]
if [ ${MACH} = "armv6l" ]
then
ARCH="armv7l"
MACH="armv7l"
fi

echo "Updating to latest beta version..."
Expand Down

0 comments on commit f664af3

Please sign in to comment.