From fadef7d08cfd7a0d3bc38748f52ff738de6dea27 Mon Sep 17 00:00:00 2001 From: Tommy Date: Mon, 19 Dec 2022 13:53:06 -0500 Subject: [PATCH] Add --allowerasing Signed-off-by: Tommy --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..."