1
0
mirror of https://github.com/tommytran732/Pterodactyl-Script synced 2024-10-18 04:35:12 -04:00

Add --allowerasing

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2022-12-19 13:53:06 -05:00
parent 35d2a0562c
commit fadef7d08c
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2

View File

@ -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..."