fix typo
This commit is contained in:
parent
c17d888f45
commit
57b430ca36
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user