Change default behaviour to install all available plugins instead of none without modifying cfg
This commit is contained in:
@@ -17,9 +17,13 @@ BRANCH="master"
|
||||
# Log path for possible errors
|
||||
LOGFILE="$(dirname $0)/xo-install.log"
|
||||
|
||||
# Comma separated list of plugins to be installed, check README for more information. Optionally set to all, to install all plugins
|
||||
# Only one PLUGIN variable can be used at a time. Comment out the other one if you change these below. Comment out both if you don't want any plugins to be installed.
|
||||
|
||||
# Comma separated list of plugins to be installed, check README for more information.
|
||||
#PLUGINS="xo-server-transport-email,xo-server-usage-report,xo-server-perf-alert"
|
||||
#PLUGINS="all"
|
||||
|
||||
# (default) all plugins will be installed
|
||||
PLUGINS="all"
|
||||
|
||||
# NodeJS and Yarn are automatically updated when running update. Switch this option to false if you want to disable it.
|
||||
AUTOUPDATE="true"
|
||||
|
Reference in New Issue
Block a user