Skip to content

Commit d03d013

Browse files
authored
fix docker install
1 parent 270bbeb commit d03d013

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -1042,8 +1042,9 @@ if ! is_docker_running
10421042
then
10431043
print_text_in_color "$ICyan" "Installing Docker CE..."
10441044
apt update -q4 & spinner_loading
1045-
install_if_not curl
1046-
curl -fsSL get.docker.com | sh
1045+
install_if_not docker.io
1046+
#install_if_not curl
1047+
#curl -fsSL get.docker.com | sh
10471048
fi
10481049
# Set overlay2
10491050
cat << OVERLAY2 > /etc/docker/daemon.json

0 commit comments

Comments
 (0)