Skip to content

Instantly share code, notes, and snippets.

View celly's full-sized avatar
🤡
copying AND pasting

Michael Rhing celly

🤡
copying AND pasting
View GitHub Profile
@celly
celly / install_latest_php_raspberrypi.sh
Created November 1, 2016 13:26 — forked from pirafrank/install_latest_php_raspberrypi.sh
install the PHP version you want on Raspbian. Tested with 5.5 and 5.6. It may work for PHP 7.x, too.
#!/bin/bash
# credits: http://stackoverflow.com/questions/31280912/how-to-install-php-5-6-on-raspbian-wheezy
### VARIABLES ###
# type here the specific php 5.x version you want to install
PHP_VERSION="5.6.27"
### SCRIPT ###