diff options
Diffstat (limited to 'share/build-scripts/debootstrap')
-rwxr-xr-x | share/build-scripts/debootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/build-scripts/debootstrap b/share/build-scripts/debootstrap index 696c7b4..ccfc2c9 100755 --- a/share/build-scripts/debootstrap +++ b/share/build-scripts/debootstrap @@ -161,7 +161,7 @@ INCLUDE="dbus" case "${MIRROR}" in https*) - INCLUDE="${INCLUDE},apt-transport-https,ca-certificates" + INCLUDE="${INCLUDE},ca-certificates" ;; esac |