forked from neil/lxc-templates
Avoid failures if a mirror on https is selected
Signed-off-by: Tanya Degurechaff <34323200+TanyaEleventhGoddess@users.noreply.github.com>
This commit is contained in:
parent
862a6098f0
commit
8678d4f836
@ -366,12 +366,14 @@ download_debian()
|
||||
$init,\
|
||||
ifupdown,\
|
||||
locales,\
|
||||
ca-certificates,\
|
||||
dialog,\
|
||||
isc-dhcp-client,\
|
||||
netbase,\
|
||||
net-tools,\
|
||||
$iproute,\
|
||||
openssh-server
|
||||
openssh-server,\
|
||||
apt-transport-https
|
||||
|
||||
cache=$1
|
||||
arch=$2
|
||||
|
@ -320,12 +320,14 @@ download_devuan()
|
||||
init,\
|
||||
ifupdown,\
|
||||
locales,\
|
||||
ca-certificates,\
|
||||
dialog,\
|
||||
isc-dhcp-client,\
|
||||
netbase,\
|
||||
net-tools,\
|
||||
iproute2,\
|
||||
openssh-server
|
||||
openssh-server,\
|
||||
apt-transport-https
|
||||
|
||||
cache=$1
|
||||
arch=$2
|
||||
|
@ -326,13 +326,15 @@ download_kali()
|
||||
$init,\
|
||||
ifupdown,\
|
||||
locales,\
|
||||
ca-certificates,\
|
||||
dialog,\
|
||||
isc-dhcp-client,\
|
||||
netbase,\
|
||||
net-tools,\
|
||||
$iproute,\
|
||||
openssh-server,\
|
||||
kali-archive-keyring
|
||||
kali-archive-keyring,\
|
||||
apt-transport-https
|
||||
|
||||
cache=$1
|
||||
arch=$2
|
||||
|
Loading…
Reference in New Issue
Block a user