diff --git a/base-image-script/debian-test_pt2.sh b/base-image-script/debian-test_pt2.sh index 1a664b6..54195e9 100644 --- a/base-image-script/debian-test_pt2.sh +++ b/base-image-script/debian-test_pt2.sh @@ -10,6 +10,8 @@ apt-get install software-properties-common bash wget curl nano python3 python3-p dpkg -l | grep python3-cryptography || echo "[OK] Not installed" +sleep 30 + echo "[CHROOT] Removing unnecessary packages..." apt-get remove --purge --allow-remove-essential pinentry-curses whiptail kmod iptables iproute2 dmidecode || true