mirror of
https://github.com/tommytran732/Pterodactyl-Script
synced 2024-11-22 10:31:34 -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() {
|
install_wings() {
|
||||||
output "Installing Docker"
|
output "Installing Docker"
|
||||||
dnf config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
|
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
|
systemctl enable --now docker
|
||||||
output "Installing the Pterodactyl wings..."
|
output "Installing the Pterodactyl wings..."
|
||||||
|
Loading…
Reference in New Issue
Block a user