mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 13:56:01 +01:00
bug fix: mariadb install
This commit is contained in:
@@ -23,7 +23,7 @@ class DockerInstall:
|
||||
command = 'dnf config-manager --add-repo=https://download.docker.com/linux/centos/docker-ce.repo'
|
||||
ServerStatusUtil.executioner(command, statusFile)
|
||||
|
||||
command = 'sudo dnf install -y docker-ce --nobest'
|
||||
command = 'sudo dnf install docker-ce docker-ce-cli containerd.io docker-compose-plugin --nobest'
|
||||
elif ProcessUtilities.decideDistro() == ProcessUtilities.centos:
|
||||
command = 'sudo yum install -y docker'
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user