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

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-10-23 00:28:44 +01:00
parent 7ab22c86db
commit 69b6d93b98

View File

@@ -48,7 +48,6 @@ installation_packages() {
[[ -r /root/ciss_xdg_tmp.sh ]] && . /root/ciss_xdg_tmp.sh
apt-get autoremove --purge -y 2>&1 | tee -a ${var_logfile} # 'autopurge' == 'autoremove --purge'; don't run both.
apt-get clean -y 2>&1 | tee -a ${var_logfile} # Stronger than autoclean: removes the entire '.deb'-cache.
rm -rf /var/lib/apt/lists/* 2>&1 | tee -a ${var_logfile} # Will be repopulate on next 'apt update'.
"
guard_dir && return 0