mirror of
https://github.com/tommytran732/Pterodactyl-Script
synced 2024-11-22 02:21:33 -05:00
Add --allowerasing
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
35d2a0562c
commit
fadef7d08c
@ -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..."
|
||||
|
Loading…
Reference in New Issue
Block a user