Make Sure rsyslog Is Installed
This commit is contained in:
parent
fb4acf472b
commit
1cefb7c00b
2 changed files with 2 additions and 0 deletions
|
@ -2242,6 +2242,7 @@ function installNewPackages(){
|
|||
aptgetInstall bc
|
||||
aptgetInstall libmariadbclient-dev
|
||||
aptgetInstall libmariadb-dev
|
||||
aptgetInstall rsyslog
|
||||
|
||||
# Required for Certbot
|
||||
aptgetInstall python
|
||||
|
|
|
@ -2014,6 +2014,7 @@ function installNeededDependencies(){
|
|||
aptgetInstall php-gd
|
||||
aptgetInstall php5-zip
|
||||
aptgetInstall bc
|
||||
aptgetInstall rsyslog
|
||||
|
||||
# Required for Certbot
|
||||
aptgetInstall python
|
||||
|
|
Loading…
Reference in a new issue