1
0
Fork 0
Script to check multiple servers for updates and run the update if necessary.
This repository has been archived on 2025-10-13. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2022-05-29 17:01:03 +02:00
.gitignore init 2022-05-13 20:00:45 +02:00
config_sample Merge branch 'refs/heads/switches' into develop 2022-05-21 11:05:43 +02:00
LICENSE init 2022-05-13 20:00:45 +02:00
README.md add usage to readme 2022-05-14 11:43:17 +02:00
server-update add DEBIAN_FRONTEND=noninteractive 2022-05-26 11:41:52 +02:00

shell-sysinfo

Script to check multiple servers for updates and run the update if necessary.

Usage

  1. download the script: e.g. git clone https://codeberg.org/Tealk/shell-server-update-check.git
  2. make the file executable chmod +x server-update
  3. execute the file bash server-update
  4. (optional) add an alias if you use bash edit ~/.bashrc and add alias serverup="path-to/shell-server-update-check/server-update" now you can execute it my simply type serverup in your terminal

Extensions/improvements

Create a report here and surprise me with your ideas.

Bug Report

Feel free to create a report here