Honey-Pi/HoneyPi

install.sh requires updates

Closed this issue · 1 comments

Original error was: libf77blas.so.3: cannot open shared object file: No such file or directory

Line 79:
apt-get install -y rpi.gpio python-smbus python-setuptools python3-pip
->
apt-get install -y rpi.gpio python-smbus python-setuptools python3-pip libatlas-base-dev

Line 84:
apt-get install -y lighttpd php7.0-cgi
->
apt-get install -y lighttpd php7.1-cgi

install.sh.txt

Thank you i will change it.