From 96f8e2244b950098daa959ab7afd9304d4bf40d1 Mon Sep 17 00:00:00 2001
From: Reg <reg@disroot.org>
Date: Sun, 1 Jul 2018 11:37:05 +0200
Subject: [PATCH] [doc] use sudo for all apt commands

---
 docs/installation/index.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/installation/index.rst b/docs/installation/index.rst
index 74e27190..07da9b4c 100644
--- a/docs/installation/index.rst
+++ b/docs/installation/index.rst
@@ -105,8 +105,8 @@ Ensure you have a recent version of nginx on your server. On Debian-like system,
 
 .. code-block:: bash
 
-    apt-get update
-    apt-get install nginx
+    sudo apt-get update
+    sudo apt-get install nginx
 
 Then, download our sample virtualhost file and proxy conf:
 
@@ -132,7 +132,7 @@ Apache2
 Ensure you have a recent version of apache2 installed on your server.
 You'll also need the following dependencies::
 
-   apt install libapache2-mod-xsendfile
+   sudo apt-get install libapache2-mod-xsendfile
 
 Then, download our sample virtualhost file:
 
-- 
GitLab