Out of Memory after moving to Rpi 8Gb and SSD

Thanks!

@ncw Seems like there is missing a case option in install.sh, to make it look something like:

  armv7l)
    OS_type='arm-v7'
    ;;
  arm*)
    OS_type='arm'
    ;;

The issue was discovered by @faridv in this post above.