From 6445c358de59a650375db568ebf946a230f7cd1c Mon Sep 17 00:00:00 2001 From: brindosch Date: Wed, 7 Dec 2016 21:38:18 +0100 Subject: [PATCH] Update install_hyperion.sh --- bin/install_hyperion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install_hyperion.sh b/bin/install_hyperion.sh index 7a46685..d9dc6e9 100755 --- a/bin/install_hyperion.sh +++ b/bin/install_hyperion.sh @@ -53,7 +53,7 @@ fi #Check which RPi we are one (in case) RPI_1=`grep -m1 -c BCM2708 /proc/cpuinfo` RPI_2=`grep -m1 -c BCM2709 /proc/cpuinfo` -RPI_3=`grep -m1 -c BCM2710 /proc/cpuinfo` +RPI_3=`grep -m1 -c 'BCM2710\|BCM2835' /proc/cpuinfo` #Check, if year equals 1970 DATE=$(date +"%Y")