V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m55s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-07-16 23:25:32 +02:00
parent fe62d8cd0f
commit 81bcb407fd
31 changed files with 249 additions and 39 deletions

View File

@@ -17,7 +17,7 @@ guard_sourcing
# Arguments:
# 1: IPv4 in CCDIR Notation, e.g.,: 192.168.128.128/24
# Returns:
# 0: In every case a zero return value is delivered.
# 0: on success
#######################################
generate_subnetmask() {
declare var_arg="$1"
@@ -35,13 +35,13 @@ generate_subnetmask() {
}
#######################################
# Helper module for full upgrade, autoremove and autoclean.
# Helper module for update, full dist-upgrade, autoclean, autopurge and autoremove.
# Arguments:
# None
#######################################
update_upgrade() {
apt-get update -y
apt-get upgrade -y
apt-get dist-upgrade -y
apt-get autoclean -y
apt-get autopurge -y
apt-get autoremove -y