diff --git a/Makefile b/Makefile index ea5975c..4557741 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,7 @@ install: @type poetry >/dev/null || pip3 install poetry @type yq || sudo apt-get install -y yq @sudo apt-get install -y libvirt-dev + @type nmcli || sudo apt-get install -y network-manager @poetry install --no-root lint: install