mirror of
https://github.com/lxc/lxc-templates.git
synced 2025-02-02 00:30:14 +00:00
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,\
|
$init,\
|
||||||
ifupdown,\
|
ifupdown,\
|
||||||
locales,\
|
locales,\
|
||||||
|
ca-certificates,\
|
||||||
dialog,\
|
dialog,\
|
||||||
isc-dhcp-client,\
|
isc-dhcp-client,\
|
||||||
netbase,\
|
netbase,\
|
||||||
net-tools,\
|
net-tools,\
|
||||||
$iproute,\
|
$iproute,\
|
||||||
openssh-server
|
openssh-server,\
|
||||||
|
apt-transport-https
|
||||||
|
|
||||||
cache=$1
|
cache=$1
|
||||||
arch=$2
|
arch=$2
|
||||||
|
@ -320,12 +320,14 @@ download_devuan()
|
|||||||
init,\
|
init,\
|
||||||
ifupdown,\
|
ifupdown,\
|
||||||
locales,\
|
locales,\
|
||||||
|
ca-certificates,\
|
||||||
dialog,\
|
dialog,\
|
||||||
isc-dhcp-client,\
|
isc-dhcp-client,\
|
||||||
netbase,\
|
netbase,\
|
||||||
net-tools,\
|
net-tools,\
|
||||||
iproute2,\
|
iproute2,\
|
||||||
openssh-server
|
openssh-server,\
|
||||||
|
apt-transport-https
|
||||||
|
|
||||||
cache=$1
|
cache=$1
|
||||||
arch=$2
|
arch=$2
|
||||||
|
@ -326,13 +326,15 @@ download_kali()
|
|||||||
$init,\
|
$init,\
|
||||||
ifupdown,\
|
ifupdown,\
|
||||||
locales,\
|
locales,\
|
||||||
|
ca-certificates,\
|
||||||
dialog,\
|
dialog,\
|
||||||
isc-dhcp-client,\
|
isc-dhcp-client,\
|
||||||
netbase,\
|
netbase,\
|
||||||
net-tools,\
|
net-tools,\
|
||||||
$iproute,\
|
$iproute,\
|
||||||
openssh-server,\
|
openssh-server,\
|
||||||
kali-archive-keyring
|
kali-archive-keyring,\
|
||||||
|
apt-transport-https
|
||||||
|
|
||||||
cache=$1
|
cache=$1
|
||||||
arch=$2
|
arch=$2
|
||||||
|
Loading…
Reference in New Issue
Block a user