diff --git a/install.sh b/install.sh index 8770664..48a22c3 100644 --- a/install.sh +++ b/install.sh @@ -413,7 +413,7 @@ EOF install_wings() { output "Installing Docker" dnf config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo - dnf -y install docker-ce + dnf -y --allowerasing install docker-ce systemctl enable --now docker output "Installing the Pterodactyl wings..."