From 3f4f3cd1502c45b704b50f81a0aff5bff5b13440 Mon Sep 17 00:00:00 2001 From: Meliox <5264368+Meliox@users.noreply.github.com> Date: Mon, 8 Jun 2026 22:37:17 +0200 Subject: [PATCH] Move old scripts to legacy folder (#184) * move legacy scripts * update readme --------- Co-authored-by: Meliox --- {src/Scripts => legacy-scripts}/pve-mod-all.sh | 0 {src/Scripts => legacy-scripts}/pve-mod-gui-sensors.sh | 0 {src/Scripts => legacy-scripts}/pve-mod-nag-screen.sh | 0 {src/Scripts => legacy-scripts}/updateallcontainers.sh | 0 readme.md | 6 +++--- 5 files changed, 3 insertions(+), 3 deletions(-) rename {src/Scripts => legacy-scripts}/pve-mod-all.sh (100%) rename {src/Scripts => legacy-scripts}/pve-mod-gui-sensors.sh (100%) rename {src/Scripts => legacy-scripts}/pve-mod-nag-screen.sh (100%) rename {src/Scripts => legacy-scripts}/updateallcontainers.sh (100%) diff --git a/src/Scripts/pve-mod-all.sh b/legacy-scripts/pve-mod-all.sh similarity index 100% rename from src/Scripts/pve-mod-all.sh rename to legacy-scripts/pve-mod-all.sh diff --git a/src/Scripts/pve-mod-gui-sensors.sh b/legacy-scripts/pve-mod-gui-sensors.sh similarity index 100% rename from src/Scripts/pve-mod-gui-sensors.sh rename to legacy-scripts/pve-mod-gui-sensors.sh diff --git a/src/Scripts/pve-mod-nag-screen.sh b/legacy-scripts/pve-mod-nag-screen.sh similarity index 100% rename from src/Scripts/pve-mod-nag-screen.sh rename to legacy-scripts/pve-mod-nag-screen.sh diff --git a/src/Scripts/updateallcontainers.sh b/legacy-scripts/updateallcontainers.sh similarity index 100% rename from src/Scripts/updateallcontainers.sh rename to legacy-scripts/updateallcontainers.sh diff --git a/readme.md b/readme.md index 9c5251c..94eb3ce 100644 --- a/readme.md +++ b/readme.md @@ -45,7 +45,7 @@ Instructions be performed as 'root', as normal users do not have access to the f apt-get install lm-sensors # lm-sensors must be configured, run below to configure your sensors, apply temperature offsets. Refer to lm-sensors manual for more information. sensors-detect -wget https://raw.githubusercontent.com/Meliox/PVE-mods/refs/heads/main/src/Scripts/pve-mod-gui-sensors.sh +wget https://raw.githubusercontent.com/Meliox/PVE-mods/refs/heads/main/legacy-scripts/pve-mod-gui-sensors.sh bash pve-mod-gui-sensors.sh install # Then clear the browser cache to ensure all changes are visualized. ``` @@ -68,7 +68,7 @@ The script provides three options: ### Install Instructions be performed as 'root', as normal users do not have access to the files. ``` -wget https://raw.githubusercontent.com/Meliox/PVE-mods/refs/heads/main/src/Scripts/pve-mod-nag-screen.sh +wget https://raw.githubusercontent.com/Meliox/PVE-mods/refs/heads/main/legacy-scripts/pve-mod-nag-screen.sh bash pve-mod-nag-screen.sh install ``` @@ -81,7 +81,7 @@ Each container's log file is stored in $log_path and the main script log file is ### Install ``` -wget https://raw.githubusercontent.com/Meliox/PVE-mods/refs/heads/main/src/Scripts/updateallcontainers.sh +wget https://raw.githubusercontent.com/Meliox/PVE-mods/refs/heads/main/legacy-scripts/updateallcontainers.sh ``` Or use git clone. Can be added to cron for e.g. monthly update: ```0 6 1 * * /root/scripts/updateallcontainers.sh```