Small typo

This commit is contained in:
Werner
2021-06-04 15:24:41 +02:00
committed by GitHub
parent a2bf134518
commit ddfa440814

View File

@@ -164,7 +164,7 @@ if [[ "${1}" == docker && -f /etc/debian_version && -z "$(command -v docker)" ]]
[[ "${codename}" == "debbie" ]] && codename="buster" && codeid="debian"
[[ "${codename}" == "ulyana" ]] && codename="focal" && codeid="ubuntu"
# different binnaries for some. TBD. Need to check for all others
# different binaries for some. TBD. Need to check for all others
[[ "${codename}" =~ focal|hirsute ]] && DOCKER_BINARY="docker containerd docker.io"
display_alert "Docker not installed." "Installing" "Info"