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

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-10-29 08:35:08 +01:00
parent 0534a23594
commit 2e68923bdd
2 changed files with 8 additions and 0 deletions

View File

@@ -213,6 +213,11 @@ chmod 0700 /root/.ciss/dlb/{backup,log}
mkdir -p /root/git
chmod 0700 /root/git
### Mask apt show version unit and timer.
ln -sf /dev/null /etc/systemd/system/apt-show-versions.timer
ln -sf /dev/null /etc/systemd/system/apt-show-versions.service
rm -f /etc/cron.daily/apt-show-versions || true
printf "\e[92m++++ ++++ ++++ ++++ ++++ ++++ ++ ✅ '%s' applied successfully. \e[0m\n" "${0}"
exit 0

View File

@@ -140,6 +140,9 @@ main() {
net_wait
printf "Command: [net_wait] executed.\n" >> "${var_log}"
### apt update.
apt-get update >> "${var_log}"
### Download CISS.debian.installer.
cd /root/git
[[ -d "${var_repo_dir}" ]] && rm -rf "${var_repo_dir}"