Skip to content

Instantly share code, notes, and snippets.

View nowakowski-damian's full-sized avatar

Damian Nowakowski nowakowski-damian

View GitHub Profile
@nowakowski-damian
nowakowski-damian / install.bash
Last active December 9, 2017 05:44 — forked from isc30/install.bash
Raspberry Pi Install PHP7 + Nginx + MySQL + PhpMyAdmin (last versions)
if [ "$(whoami)" != "root" ]; then
echo "root required!"
exit
fi
apt-get update
apt-get upgrade
apt-get dist-upgrade