Added 'ca-certificates' to the list of packages mmdebstrap installes for Debian

This commit is contained in:
2026-01-02 08:40:07 -05:00
parent e78d63fee7
commit b57734ddbb

View File

@@ -35,6 +35,7 @@ fi
if [[ "${1}" == '--mmdebstrap' ]]; then if [[ "${1}" == '--mmdebstrap' ]]; then
packages=(\ packages=(\
ca-certificates \
console-setup \ console-setup \
cryptsetup \ cryptsetup \
curl \ curl \