Fix typo in installer.sh (#116)
This commit is contained in:
parent
93c6cb330e
commit
08c17c3e93
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue