test
This commit is contained in:
@@ -26,7 +26,7 @@ echo "[INFO] Bootstrapping Debian $DEBIAN_RELEASE..."
|
||||
debootstrap \
|
||||
--variant=minbase \
|
||||
--components=main,contrib,non-free \
|
||||
--include=ca-certificates,software-properties-common,bash,wget,curl,nano,python3,locales \
|
||||
--include=apt,ca-certificates \
|
||||
--arch=amd64 \
|
||||
"$DEBIAN_RELEASE" "$ROOTFS_DIR" http://deb.debian.org/debian/
|
||||
|
||||
|
||||
@@ -6,6 +6,10 @@ echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/10-assume_yes
|
||||
apt-get update
|
||||
apt-get upgrade
|
||||
|
||||
apt-get install software-properties-common bash wget curl nano python3 python3-pip python3-venv locales
|
||||
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user