summaryrefslogtreecommitdiffstats
path: root/debootstrap
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xdebootstrap2
-rw-r--r--debootstrap.82
2 files changed, 2 insertions, 2 deletions
diff --git a/debootstrap b/debootstrap
index f7ee5d1..fef1ab5 100755
--- a/debootstrap
+++ b/debootstrap
@@ -652,7 +652,7 @@ if am_doing_phase second_stage; then
if [ -e "$TARGET/etc/apt/sources.list" ]; then
rm -f "$TARGET/etc/apt/sources.list"
fi
- if [ "${MIRRORS#http*://}" != "$MIRRORS" ]; then
+ if [ "${MIRRORS#http://}" != "$MIRRORS" ]; then
setup_apt_sources "${MIRRORS%% *}"
mv_invalid_to "${MIRRORS%% *}"
else
diff --git a/debootstrap.8 b/debootstrap.8
index bb58e4a..2cf44ca 100644
--- a/debootstrap.8
+++ b/debootstrap.8
@@ -22,7 +22,7 @@ from
by running
.IR SCRIPT .
.I MIRROR
-can be an http:// URL, a file:/// URL, or an ssh:/// URL.
+can be an http:// or https:// URL, a file:/// URL, or an ssh:/// URL.
.PP
The
.I SUITE