Home / RaspberryPi /
Add stretch to apt sources:
sudo nano /etc/apt/sources.listdeb http://mirrordirector.raspbian.org/raspbian/ stretch main contrib non-free rpi
http://mirror.us.leaseweb.net/raspbian/raspbian
sudo nano /etc/apt/preferences
Package: *
Pin: release n=jessie
Pin-Priority: 600
sudo apt-get updatesudo apt-get install -t stretch php7.0php7.0-mbstring php7.0-mysql php7.0-curlphp -vthis document last modified: October 06 2017 21:42
Home / RaspberryPi /