Update README.md

This commit is contained in:
VirtuBox 2017-12-14 00:08:53 +01:00 committed by GitHub
parent 7cd6dfb43d
commit 4ea813d5f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ apt-get update && apt-get upgrade -y && apt-get autoremove -y && apt-get clean
**2) Install useful packages**
```
apt install haveged curl git unzip zip fail2ban htop
sudo apt install haveged curl git unzip zip fail2ban htop -y
```
**3) Tweak Kernel sysctl configuration**
@ -38,8 +38,8 @@ Follow instructions available in my [KnowledgeBase article](https://kb.virtubox.
```
curl -sS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup \
| sudo bash -s -- --mariadb-server-version=10.2 --skip-maxscale
apt update
apt install mariadb-server
sudo apt update
sudo apt install mariadb-server
```
**7) Install EasyEngine**