mirror of
https://github.com/tommytran732/Pterodactyl-Script
synced 2024-11-09 05:01:33 -05:00
Update install.sh
This commit is contained in:
parent
a64bd88077
commit
bce2300fa6
@ -673,7 +673,7 @@ install_wings() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
output "Installing Docker"
|
output "Installing Docker"
|
||||||
if [ "$lsb_dist" != "fedora" ] || [ "$lsb_dist" = "centos" ] || [ "$lsb_dist" = "rhel" ] || [ "$lsb_dist" = "rocky" ] || [ "$lsb_dist" != "almalinux" ]; then
|
if [ "$lsb_dist" = "centos" ] || [ "$lsb_dist" = "rhel" ] || [ "$lsb_dist" = "rocky" ] || [ "$lsb_dist" != "almalinux" ]; then
|
||||||
dnf -y install podman-docker
|
dnf -y install podman-docker
|
||||||
systemctl enable --now podman.socket
|
systemctl enable --now podman.socket
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user