Fix typo in installer.sh

This commit is contained in:
Tobias Haase 2020-10-10 18:04:50 +02:00
parent 93c6cb330e
commit a636ff7f12

View file

@ -56,7 +56,7 @@ command -v dbus-daemon > /dev/null 2>&1 || MISSING_PACAKGES+=("dbus")
if [ ! -z "${MISSING_PACAKGES}" ]; then 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" warn "to be installed and configured before running this script again"
error "missing: ${MISSING_PACAKGES[@]}" error "missing: ${MISSING_PACAKGES[@]}"
fi fi