From 4b11cc2a7c55633a550d9c6c6a53f80ae24015be Mon Sep 17 00:00:00 2001 From: Flying Sausages Date: Mon, 16 Aug 2021 10:15:39 +0200 Subject: [PATCH] added descriptions for box upgrade all --- docs/dev/structure.md | 2 ++ docs/getting-started/box-basics.md | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/docs/dev/structure.md b/docs/dev/structure.md index 2fa5ac55..70ae6a0f 100644 --- a/docs/dev/structure.md +++ b/docs/dev/structure.md @@ -94,6 +94,8 @@ The aim of the scripts in here is to ensure that applications get upgraded acros Before any of the upgrade scripts are ran, the `box update` procedure is done. +When `box upgrade --all` is ran, all packages that have install locks will be upgraded **except** a hard-coded list of torrent clients, panel, and nginx. + ### Update `scripts/update/` diff --git a/docs/getting-started/box-basics.md b/docs/getting-started/box-basics.md index 8471f571..9a836d39 100644 --- a/docs/getting-started/box-basics.md +++ b/docs/getting-started/box-basics.md @@ -74,6 +74,12 @@ Syntax: box upgrade nginx ``` +Want to just do it for all packages possible? This command will do the trick. _Note:_ this will **not** upgrade torrent clients or nginx, please upgrade those manually. + +```bash +box upgrade --all +``` + ## adduser The function used to add a secondary user to your server. Please note, only the master user has access to a significant portion of the included applications