add curl to apt-get
This commit is contained in:
parent
22ae5b84e0
commit
4c09994e4a
2
setup.sh
2
setup.sh
|
@ -129,7 +129,7 @@ apt-get install jq gettext-base diffutils -y -q
|
|||
# force using overlay2 driver so btrfs snapshots will snapshot the entire system and not miss all the docker stuff
|
||||
mkdir -p /etc/docker
|
||||
write_config --src templates/etc/docker/daemon.json --dest /etc/docker/daemon.json
|
||||
apt-get install certbot docker-compose docker.io sudo openssl crudini git ssl-cert -y -q
|
||||
apt-get install certbot docker-compose docker.io sudo openssl crudini git ssl-cert curl -y -q
|
||||
if ((${#test_ca_list[@]})); then
|
||||
install -m 644 "${test_ca_list[0]}" /usr/local/share/ca-certificates/test-root.crt
|
||||
install -m 644 "${test_ca_list[1]}" /usr/local/share/ca-certificates/test-root2.crt
|
||||
|
|
Loading…
Reference in a new issue