From 4c375a2a344ea0cab113723dcdfab7d43c4fbddc Mon Sep 17 00:00:00 2001 From: Craig Jensen Date: Wed, 18 Feb 2015 10:21:47 -0800 Subject: [PATCH] fix cpu detection for pi2 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index cd8ccff..4034810 100644 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/bin/bash -if lscpu | grep Architecture | grep -q armv6 +if cat /proc/cpuinfo | grep Hardware | grep -q BCM270* then # Raspberry Pi git clone git://git.drogon.net/wiringPi