forked from josch/mmdebstrap
Install apt-transport-https and ca-certificates when using mirror+https urls
This commit is contained in:
parent
594ea3c72e
commit
6f7b8803bb
1 changed files with 1 additions and 1 deletions
|
@ -2865,7 +2865,7 @@ sub run_install() {
|
|||
'--format', '$(URI)', 'Created-By: Packages')
|
||||
or error "cannot start apt-get indextargets: $!";
|
||||
while (my $uri = <$pipe_apt>) {
|
||||
if ($uri =~ /^https:\/\//) {
|
||||
if ($uri =~ /^(mirror\+)?https:\/\//) {
|
||||
info "https mirror found -- adding apt-transport-https "
|
||||
. "and ca-certificates";
|
||||
# FIXME: support for https is part of apt >= 1.5
|
||||
|
|
Loading…
Reference in a new issue