fix docker install

This commit is contained in:
Daniel Hansson 2020-04-22 18:53:29 +02:00 committed by GitHub
parent 270bbeb605
commit d03d013382
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
lib.sh
View File

@ -1042,8 +1042,9 @@ if ! is_docker_running
then
print_text_in_color "$ICyan" "Installing Docker CE..."
apt update -q4 & spinner_loading
install_if_not curl
curl -fsSL get.docker.com | sh
install_if_not docker.io
#install_if_not curl
#curl -fsSL get.docker.com | sh
fi
# Set overlay2
cat << OVERLAY2 > /etc/docker/daemon.json