V8.13.404.2025.11.10
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m11s
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m11s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -20,7 +20,7 @@ declare var_logfile="/root/.ciss/cdlb/log/0021_dropbear_initramfs.log"
|
|||||||
export DEBIAN_FRONTEND="noninteractive" INITRD="No"
|
export DEBIAN_FRONTEND="noninteractive" INITRD="No"
|
||||||
|
|
||||||
apt-get install -y --no-install-recommends --no-install-suggests dropbear-initramfs dropbear-bin 2>&1 | tee -a "${var_logfile}"
|
apt-get install -y --no-install-recommends --no-install-suggests dropbear-initramfs dropbear-bin 2>&1 | tee -a "${var_logfile}"
|
||||||
apt-get purge -y dropbear dropbear-run 2>&1 | tee -a "${var_logfile}"
|
apt-get purge -y dropbear 2>&1 | tee -a "${var_logfile}" || true
|
||||||
apt-get install -y --no-install-recommends --no-install-suggests gpgv 2>&1 | tee -a "${var_logfile}"
|
apt-get install -y --no-install-recommends --no-install-suggests gpgv 2>&1 | tee -a "${var_logfile}"
|
||||||
apt-mark hold dropbear dropbear-initramfs 2>&1 | tee -a "${var_logfile}"
|
apt-mark hold dropbear dropbear-initramfs 2>&1 | tee -a "${var_logfile}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user