diff --git a/Makefile b/Makefile index ff64d638..25fd4946 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ install_deps_amd64: sudo apt-get install grub-efi-amd64-signed install_deps: install_deps_$(ARCH) - sudo apt-get install python3-urwid python3-pyudev python3-netifaces python3-nose python3-flake8 python3-yaml git bzr ubuntu-cloudimage-keyring python3-jinja2 python3-coverage ovfm shim shim-signed + sudo apt-get install python3-urwid python3-pyudev python3-netifaces python3-nose python3-flake8 python3-yaml git bzr ubuntu-cloudimage-keyring python3-jinja2 python3-coverage ovmf shim shim-signed dryrun: probert $(MAKE) ui-view DRYRUN="--dry-run --uefi"