Skip to content

Instantly share code, notes, and snippets.

@Taidgh
Taidgh / setup.bash
Last active April 1, 2018 19:18 — forked from isc30/install.bash
Raspberry Pi Install PHP7 + Nginx + MySQL + PhpMyAdmin (last versions)
#!/bin/bash
# Thanks to https://gist.github.com/Lewiscowles1986/ce14296e3f5222082dbaa088ca1954f7
# To install
# Setup
# wget https://gist.githubusercontent.com/Taidgh/8a44217964078b63bd44b46bd04613e6/raw/setup.bash
# sudo bash setup.bash
if [ "$(whoami)" != "root" ]; then
echo "Run script as ROOT please. (sudo !!)"
exit