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

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-10-14 19:50:50 +01:00
parent 16012430ea
commit d5d905e72f
3 changed files with 123 additions and 7 deletions

View File

@@ -23,8 +23,7 @@ export PATH
trap ' "${SHELL}" "${HOME}/.ciss/clean_logout.sh" ' EXIT
. "${HOME}/.ciss/alias"
. "${HOME}/.ciss/check_chrony.sh"
. "${HOME}/.ciss/f2bchk.sh"
. "${HOME}/.ciss/f2bchk"
. "${HOME}/.ciss/scan_libwrap"
. "${HOME}/.ciss/shortcuts"

View File

@@ -121,7 +121,6 @@ source ${ZSH}/oh-my-zsh.sh
### Added by CISS.debian.installer ###
trap ' "${SHELL}" "${HOME}/.ciss/clean_logout.sh" ' EXIT
. "${HOME}/.ciss/alias"
. "${HOME}/.ciss/check_chrony.sh"
. "${HOME}/.ciss/f2bchk"
. "${HOME}/.ciss/shortcuts"
. "${HOME}/.ciss/scan_libwrap"