Script to check multiple servers for updates and run the update if necessary.
| .gitignore | ||
| config_sample | ||
| LICENSE | ||
| README.md | ||
| server-update | ||
shell-sysinfo
Script to check multiple servers for updates and run the update if necessary.
Usage
- download the script:
e.g.
git clone https://codeberg.org/Tealk/shell-server-update-check.git - make the file executable
chmod +x server-update - execute the file
bash server-update - (optional) add an alias
if you use bash edit
~/.bashrcand addalias serverup="path-to/shell-server-update-check/server-update"now you can execute it my simply typeserverupin your terminal
Extensions/improvements
Create a report here and surprise me with your ideas.
Bug Report
Feel free to create a report here