V8.03.512.2025.06.06
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m7s
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m7s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -20,11 +20,25 @@ echo 'deb https://deb.debian.org/debian bookworm-backports main' >| /etc/apt/sou
|
|||||||
apt-get update -y
|
apt-get update -y
|
||||||
apt-get upgrade -y
|
apt-get upgrade -y
|
||||||
|
|
||||||
apt-get install -y --no-install-recommends -t bookworm-backports \
|
DEBIAN_FRONTEND=noninteractive \
|
||||||
curl \
|
apt-get update && \
|
||||||
debootstrap \
|
DEBIAN_FRONTEND=noninteractive \
|
||||||
ssh \
|
apt-get install -y --no-install-recommends \
|
||||||
whois
|
-o Dpkg::Options::="--force-confdef" \
|
||||||
|
-o Dpkg::Options::="--force-confold" \
|
||||||
|
-t bookworm-backports \
|
||||||
|
btrfs-progs \
|
||||||
|
curl \
|
||||||
|
debootstrap \
|
||||||
|
iproute2 \
|
||||||
|
linux-doc-6.12 \
|
||||||
|
linux-source \
|
||||||
|
ncat \
|
||||||
|
nmap \
|
||||||
|
ssh \
|
||||||
|
systemd \
|
||||||
|
systemd-sysv \
|
||||||
|
whois
|
||||||
|
|
||||||
printf "\e[92m++++ ++++ ++++ ++++ ++++ ++++ ++ ✅ '%s' applied successfully. \e[0m\n" "${0}"
|
printf "\e[92m++++ ++++ ++++ ++++ ++++ ++++ ++ ✅ '%s' applied successfully. \e[0m\n" "${0}"
|
||||||
# sleep 1
|
# sleep 1
|
||||||
Reference in New Issue
Block a user