Merge pull request #225 from samcarsonx/patch-1

Fixed typo
This commit is contained in:
Michael (Parker) Parker 2020-06-18 17:46:39 -04:00 committed by GitHub
commit 7cdad6c7bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ apt update
## Install MariaDB
apt install -y mariadb-common mariadb-server mariadb-client
## Start maraidb
## Start mariadb
systemctl start mariadb
systemctl enable mariadb
```