Update readme.md
Correct download url in install instructions. Closes #6
This commit is contained in:
parent
b642d4c102
commit
d2373bf287
@ -21,8 +21,9 @@ For HDDs/SSDs readings to work, the kernal module drivetemp must be installed.
|
|||||||
### Install
|
### Install
|
||||||
```
|
```
|
||||||
apt-get install lm-sensors
|
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.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
@ -37,6 +38,7 @@ Each container's log file is stored in $log_path and the main script log file is
|
|||||||
|
|
||||||
### Install
|
### Install
|
||||||
```
|
```
|
||||||
wget https://github.com/Meliox/PVE-mods/blob/main/updateallcontainers.sh
|
wget https://raw.githubusercontent.com/Meliox/PVE-mods/main/updateallcontainers.sh
|
||||||
```
|
```
|
||||||
|
Or use git clone.
|
||||||
Can be added to cron for e.g. monthly update: ```0 6 1 * * /root/scripts/updateallcontainers.sh```
|
Can be added to cron for e.g. monthly update: ```0 6 1 * * /root/scripts/updateallcontainers.sh```
|
||||||
Loading…
Reference in New Issue
Block a user