Update install_hyperion.sh

This commit is contained in:
brindosch 2016-12-07 21:38:18 +01:00 committed by GitHub
parent 82cb8f9ec3
commit 6445c358de
1 changed files with 1 additions and 1 deletions

View File

@ -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")