Skip to content

Commit 1dfdcd1

Browse files
authored
Update docker_base_setup.sh
1 parent 0f0016f commit 1dfdcd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

save4later/docker_base_setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ fi
109109
echo -e "${GREEN}OS add docker and update upgrade and install ${ENDCOLOR}"
110110

111111
if [[ "$systemos" = 'debian' ]]; then
112-
apt remove ddocker.io docker-doc docker-compose podman-docker containerd runc -y
112+
apt remove docker.io docker-doc docker-compose podman-docker containerd runc -y
113113
apt update
114114
apt install lsb-release gnupg2 apt-transport-https ca-certificates curl software-properties-common -y
115115
sudo install -m 0755 -d /etc/apt/keyrings

0 commit comments

Comments
 (0)