mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-08 06:16:08 +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'
|
command = 'dnf config-manager --add-repo=https://download.docker.com/linux/centos/docker-ce.repo'
|
||||||
ServerStatusUtil.executioner(command, statusFile)
|
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:
|
elif ProcessUtilities.decideDistro() == ProcessUtilities.centos:
|
||||||
command = 'sudo yum install -y docker'
|
command = 'sudo yum install -y docker'
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user