Add more info during stack install

This commit is contained in:
VirtuBox
2019-08-29 16:19:27 +02:00
parent 5f983581c4
commit b5cdd172ef
3 changed files with 47 additions and 30 deletions

View File

@@ -76,6 +76,13 @@ class WOStackUpgradeController(CementBaseController):
if pargs.all:
pargs.web = True
pargs.netdata = True
pargs.composer = True
pargs.dashboard = True
pargs.phpmyadmin = True
pargs.redis = True
pargs.wpcli = True
pargs.php73 = True
if pargs.web:
if WOAptGet.is_installed(self, 'nginx-custom'):