From 08c17c3e93b9ea363f192275ac2210cf85e07d4d Mon Sep 17 00:00:00 2001 From: Santobert Date: Sat, 10 Oct 2020 18:09:15 +0200 Subject: [PATCH] Fix typo in installer.sh (#116) --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index 1641595..e78d8de 100644 --- a/installer.sh +++ b/installer.sh @@ -56,7 +56,7 @@ command -v dbus-daemon > /dev/null 2>&1 || MISSING_PACAKGES+=("dbus") if [ ! -z "${MISSING_PACAKGES}" ]; then - warn "The folowing is missing on the host and needs " + warn "The following is missing on the host and needs " warn "to be installed and configured before running this script again" error "missing: ${MISSING_PACAKGES[@]}" fi