From ce0f7f6f64b84268dc06ea53578b84809e474300 Mon Sep 17 00:00:00 2001 From: fithwum Date: Mon, 7 Jul 2025 06:22:55 -0700 Subject: [PATCH] update --- base-image-script/debian-bookworm_pt2.sh | 2 +- base-image-script/debian-bullseye_pt2.sh | 2 +- base-image-script/debian-buster_pt2.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/base-image-script/debian-bookworm_pt2.sh b/base-image-script/debian-bookworm_pt2.sh index 8b80d38..db5dced 100644 --- a/base-image-script/debian-bookworm_pt2.sh +++ b/base-image-script/debian-bookworm_pt2.sh @@ -7,7 +7,7 @@ echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/10-assume_yes apt-get update apt-get upgrade -apt-get install --no-install-recommends software-properties-common bash wget curl nano locales +apt-get install --no-install-recommends software-properties-common bash wget curl nano locales screen bzip2 jq echo "[CHROOT] Removing unnecessary packages..." apt-get remove --purge --allow-remove-essential pinentry-curses whiptail kmod iptables iproute2 dmidecode || true diff --git a/base-image-script/debian-bullseye_pt2.sh b/base-image-script/debian-bullseye_pt2.sh index 5f25842..544a6a4 100644 --- a/base-image-script/debian-bullseye_pt2.sh +++ b/base-image-script/debian-bullseye_pt2.sh @@ -7,7 +7,7 @@ echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/10-assume_yes apt-get update apt-get upgrade -apt-get install --no-install-recommends software-properties-common bash wget curl nano locales +apt-get install --no-install-recommends software-properties-common bash wget curl nano locales screen bzip2 jq echo "[CHROOT] Generating locales..." echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen diff --git a/base-image-script/debian-buster_pt2.sh b/base-image-script/debian-buster_pt2.sh index 4a38213..9743df4 100644 --- a/base-image-script/debian-buster_pt2.sh +++ b/base-image-script/debian-buster_pt2.sh @@ -7,7 +7,7 @@ echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/10-assume_yes apt-get update apt-get upgrade -apt-get install --no-install-recommends software-properties-common bash wget curl nano locales +apt-get install --no-install-recommends software-properties-common bash wget curl nano locales screen bzip2 jq echo "[CHROOT] Removing unnecessary packages..." apt-get remove --purge --allow-remove-essential pinentry-curses whiptail kmod iptables iproute2 dmidecode || true