From d15b5b0471f8d3c6fc94f3fbadbb5adf5d620729 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Mon, 20 Nov 2023 00:42:03 +0100 Subject: [PATCH] Updated readme --- ReadMe.md | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 4427a1c..7cd4f52 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -2,19 +2,24 @@ ### Scripts and their usage -| Name | Usage | -|:------------:|:-------------------------------------------------:| -| UpdateAll.sh | Update all CT's and VM's | -| UpdateOne.sh | Update one CT or VM by passing its ID as argument | -| functions.sh | Shared functions for both scripts | +| Name | Usage | +|:--------------------:|:-------------------------------------------------:| +| UpdateAll.sh | Update all CT's and VM's | +| UpdateOne.sh | Update one CT or VM by passing its ID as argument | +| ReleaseUpgradeALL.sh | Upgrade release all CT's | +| ReleaseUpgradeOne.sh | Upgrade one CT by passing its ID as argument | +| functions.sh | Shared functions for both scripts | ### Installation * Install jq `apt install jq` -* Clone this repo to your Proxmox service +* Clone this repo to your Proxmox server ### Features * Upgrade all CT's/VM's at once -* Exclude list in `UpdateAll.sh`, to skip once you don't want to update +* Exclude list in `UpdateAll.sh` and `ReleaseUpgradeALL.sh`, to skip once you don't want to update * Updates using package manager -* Application updates by checking for and running /opt/ProxMoxToolKitAppUpdate.sh _!This script runs using the sh shell_ \ No newline at end of file +* Application updates by checking for and running /opt/ProxMoxToolKitAppUpdate.sh _!This script runs using the sh shell_ +* Upgrade AlpineLinux release all CT's/VM's at once +* Upgrade Debian release all CT's at once +* Get a list of all guest on the system (including OS name & version) exported as CSV \ No newline at end of file