diff --git a/compile.sh b/compile.sh index 6d3c424c90..e7db85aad9 100755 --- a/compile.sh +++ b/compile.sh @@ -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"