Skip to content

Commit

Permalink
Add network-manager makefile requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyphreak committed May 16, 2024
1 parent 75578a1 commit 3b0a213
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b0a213

Please sign in to comment.