From 01192f7454772f810076c64cdcdafc7f655f0dbe Mon Sep 17 00:00:00 2001 From: Nick Date: Sat, 9 Dec 2023 10:59:52 +1100 Subject: [PATCH] Update Makefile to automatically accept Apt changes for headless use --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ed7d5b2e5436..0881d6ba4e91 100644 --- a/Makefile +++ b/Makefile @@ -324,7 +324,7 @@ bootstrap: install-dep: ifeq ($(filter ubuntu debian linuxmint,$(OS_ID)),$(OS_ID)) @sudo -E apt-get update - @sudo -E apt-get $(APT_ARGS) $(CONFIRM) $(FORCE) install $(DEB_DEPENDS) + @sudo -E apt-get $(APT_ARGS) $(CONFIRM) $(FORCE) install $(DEB_DEPENDS) -y else ifneq ("$(wildcard /etc/redhat-release)","") ifeq ($(OS_ID),rhel) @sudo -E yum-config-manager --enable rhel-server-rhscl-7-rpms