From 57b430ca36f0a5019014cb575b95bc99268649ed Mon Sep 17 00:00:00 2001 From: Arif Ali Date: Sat, 2 Jan 2021 14:52:16 +0000 Subject: [PATCH] fix typo --- functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.sh b/functions.sh index 07da638..befcd36 100644 --- a/functions.sh +++ b/functions.sh @@ -8,7 +8,7 @@ install_deps() { # Install some of the dependent packages deps="jq" - if [[ "$0" =~"manage-maas" ]] ; then + if [[ "$0" =~ "manage-maas" ]] ; then deps+=" virtinst" fi sudo apt -y update && sudo apt -y install ${deps}