From c80cc0a00b6fbe5e94bb35c5760e224ce70c09f0 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 30 Dec 2024 00:29:04 +0000 Subject: remove auto-confirm on distro dependencies because if it says yes to everything, and the package manager would otherwise ask whether you want to give it your first born son, you are therefore agreeing to it. so remove -y for safety Signed-off-by: Leah Rowe --- config/dependencies/ubuntu2404 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/dependencies/ubuntu2404') diff --git a/config/dependencies/ubuntu2404 b/config/dependencies/ubuntu2404 index f1a1aff1..cb44fbf5 100755 --- a/config/dependencies/ubuntu2404 +++ b/config/dependencies/ubuntu2404 @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-3.0-or-later -pkg_add="apt-get -y install" +pkg_add="apt-get install" pkglist=" \ autoconf autogen automake autopoint autotools-dev bc binutils-arm-none-eabi \ bison build-essential cmake curl device-tree-compiler doxygen e2fsprogs efitools \ -- cgit v1.2.1