This commit is contained in:
2025-07-04 07:52:11 -07:00
parent dce0ab9eb1
commit b5a2884ed2
2 changed files with 18 additions and 3 deletions

View File

@@ -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,python3-cryptography,locales \
--include=ca-certificates,software-properties-common,bash,wget,curl,nano,python3,locales \
--arch=amd64 \
"$DEBIAN_RELEASE" "$ROOTFS_DIR" http://deb.debian.org/debian/