From ca6db12a8a5140f212e9815cd14a605a9ed86043 Mon Sep 17 00:00:00 2001 From: v3d Date: Tue, 29 Nov 2016 01:55:27 +0000 Subject: [PATCH] Fixed some stuff --- pivilion-manual-setup.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pivilion-manual-setup.md b/pivilion-manual-setup.md index 2bd51af..c9ad7a9 100644 --- a/pivilion-manual-setup.md +++ b/pivilion-manual-setup.md @@ -29,7 +29,7 @@ ssh pi@{10.0.0.5} (Replace 10.0.0.5 with your Rpi's IP) -### Expand your filesystem. +### Expand your filesystem sudo raspi-config (select the first option from the menu). @@ -41,7 +41,7 @@ Check used and available storage with df -h -### Upgrade your system. +### Upgrade your system sudo apt-get update && sudo apt-get upgrade @@ -55,7 +55,7 @@ You can now navigate to your Rpi's IP (or hostname - raspberry) using a browser. You will see lighttpd's placeholder page. -### Install PHP and modules. +### Install PHP and modules sudo apt-get install php5-cgi php5-gd @@ -83,7 +83,7 @@ Dnsmasq is a Domain Name System (DNS) forwarder and Dynamic Host Configuration P sudo apt-get install git. Git (/ɡɪt/) is a version control system (VCS) that is used for software development and other version control tasks. We use it download settings and scripts from our Gitlab repository. -### Install Tor. +### Install Tor sudo apt-get install tor