From ddfa440814b07c344c301af6233a04bf55c2bb29 Mon Sep 17 00:00:00 2001 From: Werner Date: Fri, 4 Jun 2021 15:24:41 +0200 Subject: [PATCH] Small typo --- compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"