mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 05:45:59 +01:00
bug fix docker install on alma/cloudlinux https://community.cyberpanel.net/t/cannot-install-docker-on-version-2-0-2/18578/3
This commit is contained in:
@@ -20,6 +20,9 @@ class DockerInstall:
|
||||
|
||||
if ProcessUtilities.decideDistro() == ProcessUtilities.cent8:
|
||||
|
||||
command = 'yum install yum-utils -y'
|
||||
ServerStatusUtil.executioner(command, statusFile)
|
||||
|
||||
command = 'yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo'
|
||||
ServerStatusUtil.executioner(command, statusFile)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user