From 1198360ffab01b71a89ad33d59016657fafadf14 Mon Sep 17 00:00:00 2001 From: fithwum Date: Fri, 4 Jul 2025 08:37:09 -0700 Subject: [PATCH] update --- base-image-script/debian-test_pt2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-image-script/debian-test_pt2.sh b/base-image-script/debian-test_pt2.sh index 8c96e88..64a3e1d 100644 --- a/base-image-script/debian-test_pt2.sh +++ b/base-image-script/debian-test_pt2.sh @@ -24,7 +24,7 @@ apt-get install --no-install-recommends software-properties-common bash wget cur dpkg -l | grep python3-cryptography || echo "[OK] Not installed" echo "[CHROOT] Removing unnecessary packages..." -apt-get remove --purge --allow-remove-essential pinentry-curses whiptail kmod iptables iproute2 dmidecode || true +apt-get remove --purge --allow-remove-essential pinentry-curses whiptail dmidecode || true echo "[CHROOT] Cleaning up..." apt-get clean