From a636ff7f1212cf2c9eeba047a25822d1a8fc1a07 Mon Sep 17 00:00:00 2001 From: Tobias Haase Date: Sat, 10 Oct 2020 18:04:50 +0200 Subject: [PATCH] Fix typo in installer.sh --- 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