Skip to content

Commit

Permalink
Add --allowerasing
Browse files Browse the repository at this point in the history
Signed-off-by: Tommy <[email protected]>
  • Loading branch information
TommyTran732 committed Dec 19, 2022
1 parent 35d2a05 commit fadef7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down

0 comments on commit fadef7d

Please sign in to comment.