diff options
-rw-r--r-- | setup-bootable.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-bootable.in b/setup-bootable.in index 54b4c64..b9a9f3d 100644 --- a/setup-bootable.in +++ b/setup-bootable.in @@ -300,7 +300,7 @@ if [ -f "$src"/.alpine-release ]; then else vecho "Extracting $src to $destdir/.new/" case "$src" in - http://*|ftp://*) + https://*|http://*|ftp://*) ${WGET:-wget} -O - "$src" | (cd "$destdir"/.new; exec ${UNISO:-uniso}) \ || die "Failed to download or extract $src" echo "" |