diff --git a/Servers/Linux/Pterodactyl.md b/Servers/Linux/Pterodactyl.md index 1fc3249..2f74ab6 100644 --- a/Servers/Linux/Pterodactyl.md +++ b/Servers/Linux/Pterodactyl.md @@ -1,8 +1,6 @@ **Purpose**: Pterodactyl is the open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to administrators and users. [Official Website](https://pterodactyl.io/panel/1.0/getting_started.html) -Sure, I'll adjust the commands to use `yum`, which is commonly used in CentOS and older RHEL versions, and include the installation of `epel-release` (which is commonly referred to as EPEL Extras). Note that Rocky Linux, being a derivative of RHEL 8, typically uses `dnf`, but `yum` is often aliased to `dnf` in these systems for backward compatibility. Here's the adjusted script: - **Install EPEL Repository and other tools**: ```bash sudo yum -y install epel-release curl ca-certificates gnupg