From d03d01338283dbf475966929bf147b4ed9015bbd Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Wed, 22 Apr 2020 18:53:29 +0200 Subject: [PATCH] fix docker install --- lib.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib.sh b/lib.sh index ce949c43..6e41a88a 100644 --- a/lib.sh +++ b/lib.sh @@ -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