Move old scripts to legacy folder (#184)
* move legacy scripts * update readme --------- Co-authored-by: Meliox <na>
This commit is contained in:
parent
4c1a9486f1
commit
3f4f3cd150
@ -45,7 +45,7 @@ Instructions be performed as 'root', as normal users do not have access to the f
|
|||||||
apt-get install lm-sensors
|
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.
|
# lm-sensors must be configured, run below to configure your sensors, apply temperature offsets. Refer to lm-sensors manual for more information.
|
||||||
sensors-detect
|
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
|
bash pve-mod-gui-sensors.sh install
|
||||||
# Then clear the browser cache to ensure all changes are visualized.
|
# Then clear the browser cache to ensure all changes are visualized.
|
||||||
```
|
```
|
||||||
@ -68,7 +68,7 @@ The script provides three options:
|
|||||||
### Install
|
### Install
|
||||||
Instructions be performed as 'root', as normal users do not have access to the files.
|
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
|
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
|
### 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.
|
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