From e3782ad363aa3bee3a39c39c2ff7ee1758a52f43 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Fri, 8 Nov 2024 06:04:09 -0600 Subject: [PATCH] Make apt not install random and incorrect garbage. --- .ci/linux-cxx-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/linux-cxx-install.sh b/.ci/linux-cxx-install.sh index ddbe91cba0..5ea0b1ecf2 100755 --- a/.ci/linux-cxx-install.sh +++ b/.ci/linux-cxx-install.sh @@ -42,7 +42,7 @@ ${SUDO} apt-get ${APT_OPT} update echo ">>>>>" echo ">>>>> APT: INSTALL 2/2: ${PACKAGES}.." echo ">>>>>" -${SUDO} apt-get ${APT_OPT} install ${PACKAGES} +${SUDO} apt-get ${APT_OPT} install --no-install-recommends ${PACKAGES} # Use, modification, and distribution are # subject to the Boost Software License, Version 1.0. (See accompanying