From d48a0e791d865cad88e78994b5e4332c119b0e85 Mon Sep 17 00:00:00 2001 From: ronivay Date: Mon, 22 Jun 2020 18:11:15 +0300 Subject: [PATCH] update config sample file --- sample.xo-install.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample.xo-install.cfg b/sample.xo-install.cfg index dfc0d64..9d16d21 100644 --- a/sample.xo-install.cfg +++ b/sample.xo-install.cfg @@ -28,7 +28,7 @@ BRANCH="master" # (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. +# NodeJS and Yarn are automatically updated when running update/install. Can be disabled but not recommended (installation might fail because of too old node.js or yarn) AUTOUPDATE="true" # Define the number of previous installations you want to keep. Needs to be at least 1