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}")