This commit is contained in:
2025-07-04 08:37:09 -07:00
parent f78182e130
commit 1198360ffa

View File

@@ -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" dpkg -l | grep python3-cryptography || echo "[OK] Not installed"
echo "[CHROOT] Removing unnecessary packages..." 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..." echo "[CHROOT] Cleaning up..."
apt-get clean apt-get clean