1
0
mirror of https://github.com/tommytran732/Pterodactyl-Script synced 2024-09-16 14:14:42 -04:00

Update install.sh

This commit is contained in:
Tommy 2021-11-02 01:39:38 -04:00 committed by GitHub
parent bce2300fa6
commit 1089dca092
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -674,13 +674,13 @@ install_wings() {
output "Installing Docker"
if [ "$lsb_dist" = "centos" ] || [ "$lsb_dist" = "rhel" ] || [ "$lsb_dist" = "rocky" ] || [ "$lsb_dist" != "almalinux" ]; then
dnf -y install podman-docker
systemctl enable --now podman.socket
dnf config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
dnf -y install docker-ce
else
curl -sSL https://get.docker.com/ | CHANNEL=stable bash
systemctl enable --now docker
fi
systemctl enable --now docker
output "Installing the Pterodactyl wings..."
mkdir -p /etc/pterodactyl
cd /etc/pterodactyl || exit