V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 2m6s
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 2m6s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -13,10 +13,14 @@
|
||||
guard_sourcing
|
||||
|
||||
### Definition of MUST set early variables.
|
||||
# shellcheck disable=SC2155
|
||||
declare -grx VAR_BASH_VER="$(bash --version | head -n1 | awk '{print $4" "$5" "$6}')"
|
||||
declare -grx VAR_CONTACT="security@coresecret.eu"
|
||||
# shellcheck disable=SC2155
|
||||
declare -grx VAR_DS_VER="$(debootstrap --version)"
|
||||
declare -grx VAR_VERSION="Master V8.00.000.2025.06.17"
|
||||
# shellcheck disable=SC2155
|
||||
declare -grx VAR_SYSTEM="$(uname -a)"
|
||||
declare -grx VAR_SYSTEM="$(uname -mnosv)"
|
||||
declare -gx VAR_ARG_SANITIZED=""
|
||||
declare -gx VAR_AUTO_INSTALL="false"
|
||||
declare -gx VAR_DEBUG_TRACE="false"
|
||||
|
||||
Reference in New Issue
Block a user