From 3b0a21337fd50a428a0e900b4f6abec87eae6636 Mon Sep 17 00:00:00 2001 From: Ted Cook Date: Thu, 16 May 2024 10:58:24 -0600 Subject: [PATCH] Add network-manager makefile requirements --- Makefile | 1 + 1 file changed, 1 insertion(+) 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