From e7ff06f259a5105cc622688eac3b680ae5adfd95 Mon Sep 17 00:00:00 2001 From: Tommy Date: Tue, 2 Nov 2021 03:33:23 -0400 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 5433ef2..60cd8aa 100644 --- a/install.sh +++ b/install.sh @@ -657,7 +657,7 @@ install_wings() { output "Installing Docker" if [ "$lsb_dist" = "centos" ] || [ "$lsb_dist" = "rhel" ] || [ "$lsb_dist" = "rocky" ] || [ "$lsb_dist" = "almalinux" ]; then dnf config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo - dnf -y install docker-ce + dnf -y install docker-ce --allowerasing else curl -sSL https://get.docker.com/ | CHANNEL=stable bash fi