]> git.proxmox.com Git - mirror_frr.git/commitdiff
Changed apt-get to sudo apt-get
authorJarad Olson <brotherdust+github@gmail.com>
Tue, 15 May 2018 17:52:32 +0000 (11:52 -0600)
committerJarad Olson <brotherdust+github@gmail.com>
Tue, 15 May 2018 17:52:32 +0000 (11:52 -0600)
Context should be unpriviliged until explicity stated.

Signed-off-by: Jarad Olson <brotherdust+github@gmail.com>
doc/developer/building-frr-on-ubuntu1804.rst

index 90a393f54e21757644d23a37a37221f54bc28bb8..5512158034b342ce29f5788b9c07c0ec84b41aad 100644 (file)
@@ -8,7 +8,7 @@ Required packages
 
 ::
 
-    apt-get install \
+    sudo apt-get install \
         git \
         autoconf \
         automake \