Inital commit
This commit is contained in:
20
ReadMe.md
Normal file
20
ReadMe.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# Proxmox helper scrips
|
||||
|
||||
|
||||
### 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 |
|
||||
|
||||
|
||||
### Installation
|
||||
* Install jq `apt install jq`
|
||||
* Clone this repo to your Proxmox service
|
||||
|
||||
### Features
|
||||
* Upgrade all CT's/VM's at once
|
||||
* Exclude list in `UpdateAll.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_
|
||||
Reference in New Issue
Block a user