V8.13.294.2025.10.28
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m42s
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:
@@ -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
|
||||
|
||||
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user