Skip to content

One liner that makes the remote server setup script compatible with other RHEL flavors #3887

@snitramodranoel

Description

@snitramodranoel

To Reproduce

When trying to setup the remote server on a rocky-9 distribution, I found that changing the switch line from:

"almalinux")

to

"almalinux" | "rocky" | "centos" | "rhel" | "ol")

successfully runs, completing the setup of the remote server.

Current vs. Expected behavior

By making that simple change, the script successfully installs and configures the remote server.

Provide environment information

Operating system: rocky 9.7 (both remote and local)
Dokploy version: 0.28.3

Which area(s) are affected? (Select all that apply)

Remote server

Are you deploying the applications where Dokploy is installed or on a remote server?

Remote server

Additional context

I tested on a Contabo VPS with Rocky 9.7

Will you send a PR to fix it?

Yes

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions