From d2373bf287ef778e4c65374de4f633f9c08d81e0 Mon Sep 17 00:00:00 2001 From: Meliox Date: Sat, 8 Jul 2023 22:44:56 +0200 Subject: [PATCH] Update readme.md Correct download url in install instructions. Closes #6 --- readme.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index f8b7148..d88a591 100644 --- a/readme.md +++ b/readme.md @@ -21,8 +21,9 @@ For HDDs/SSDs readings to work, the kernal module drivetemp must be installed. ### Install ``` apt-get install lm-sensors -wget https://github.com/Meliox/PVE-mods/blob/main/pve-mod-gui-temp.sh +wget https://raw.githubusercontent.com/Meliox/PVE-mods/main/pve-mod-gui-temp.sh ``` +Or use git clone. ![Promxox temp mod](https://github.com/Meliox/PVE-mods/blob/main/pve-mod-temp.png?raw=true) @@ -37,6 +38,7 @@ Each container's log file is stored in $log_path and the main script log file is ### Install ``` -wget https://github.com/Meliox/PVE-mods/blob/main/updateallcontainers.sh +wget https://raw.githubusercontent.com/Meliox/PVE-mods/main/updateallcontainers.sh ``` -Can be added to cron for e.g. monthly update: ```0 6 1 * * /root/scripts/updateallcontainers.sh``` \ No newline at end of file +Or use git clone. +Can be added to cron for e.g. monthly update: ```0 6 1 * * /root/scripts/updateallcontainers.sh```