From d42adaff1f656ad25e430b51dcd3a2164fd7f69a Mon Sep 17 00:00:00 2001 From: SuperManito <68613938+SuperManito@users.noreply.github.com> Date: Sat, 15 Jul 2023 22:29:38 +0800 Subject: [PATCH] bug fix --- DockerInstallation.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DockerInstallation.sh b/DockerInstallation.sh index 474a8c1..86abc7a 100755 --- a/DockerInstallation.sh +++ b/DockerInstallation.sh @@ -1,6 +1,6 @@ #!/bin/bash ## Author: SuperManito -## Modified: 2023-07-10 +## Modified: 2023-07-15 ## License: MIT ## GitHub: https://github.com/SuperManito/LinuxMirrors ## Website: https://linuxmirrors.cn @@ -444,7 +444,7 @@ function RemoveOldVersion() { sleep 2s case "${SYSTEM_FACTIONS}" in "${SYSTEM_DEBIAN}") - apt-get remove -y docker* containerd.io podman* runc + apt-get remove -y docker* containerd.io runc apt-get autoremove -y >/dev/null 2>&1 ;; "${SYSTEM_REDHAT}" | "${SYSTEM_OPENCLOUDOS}" | "${SYSTEM_OPENEULER}")