add option to install all available plugins, fix config file paths, fix typo and update README
This commit is contained in:
@@ -14,8 +14,9 @@ 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
|
||||
# Comma separated list of plugins to be installed, check README for more information. Optionally set to all, to install all plugins
|
||||
#PLUGINS="xo-server-transport-email,xo-server-usage-report,xo-server-perf-alert"
|
||||
#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