This commit is contained in:
Arif Ali 2021-01-02 14:52:16 +00:00
parent c17d888f45
commit 57b430ca36
Signed by: arif
GPG Key ID: 369608FBA1353A70

View File

@ -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}