fix: [doc] added sudo verification to guides

pull/3488/head
Steve Clement 2018-07-09 18:18:17 +02:00 committed by GitHub
parent 69fee9ef8e
commit 624d8cab8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -59,6 +59,16 @@ PHP_INI=/etc/php/7.2/apache2/php.ini
- Web server, apache FTW!
- This guide assumes a user name of 'misp'
# Make sure you can sudo
```
misp@debian:~$ sudo ls
[sudo] password for misp:
misp is not in the sudoers file. This incident will be reported.
```
su -
adduser misp sudo
# install etckeeper (optional)
sudo apt install -y etckeeper