From 1089dca09225592e7d3e2302bc4ae534a6261ed1 Mon Sep 17 00:00:00 2001 From: Tommy Date: Tue, 2 Nov 2021 01:39:38 -0400 Subject: [PATCH] Update install.sh --- install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install.sh b/install.sh index 0535c1c..49c68b6 100644 --- a/install.sh +++ b/install.sh @@ -674,13 +674,13 @@ install_wings() { output "Installing Docker" if [ "$lsb_dist" = "centos" ] || [ "$lsb_dist" = "rhel" ] || [ "$lsb_dist" = "rocky" ] || [ "$lsb_dist" != "almalinux" ]; then - dnf -y install podman-docker - systemctl enable --now podman.socket + dnf config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo + dnf -y install docker-ce else curl -sSL https://get.docker.com/ | CHANNEL=stable bash - systemctl enable --now docker fi - + + systemctl enable --now docker output "Installing the Pterodactyl wings..." mkdir -p /etc/pterodactyl cd /etc/pterodactyl || exit