From 045479c33e8477500aec54e73fb4082eccee986a Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Sun, 14 Jun 2020 03:59:35 +0200 Subject: [PATCH] install docker the "old" way --- lib.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib.sh b/lib.sh index f83b4313..cb9bc86f 100644 --- a/lib.sh +++ b/lib.sh @@ -1054,9 +1054,8 @@ if ! is_docker_running then print_text_in_color "$ICyan" "Installing Docker CE..." apt update -q4 & spinner_loading - install_if_not docker.io - #install_if_not curl - #curl -fsSL get.docker.com | sh + install_if_not curl + curl -fsSL get.docker.com | sh fi # Set overlay2 cat << OVERLAY2 > /etc/docker/daemon.json