mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-17 19:21:36 +00:00
Arch Linux was listed in SUPPORTED_OS but InstallDocker.php had no specific handler for it, causing 'Unsupported OS' errors when trying to add Arch Linux servers. This adds: - Detection of 'arch' OS type in the install flow - New getArchDockerInstallCommand() method using pacman: - pacman -Syyy (refresh package databases) - pacman -S docker docker-compose (install Docker) - systemctl start/enable docker Fixes #4523