Skip to content

Commit

Permalink
Make apt not install random and incorrect garbage.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot committed Nov 8, 2024
1 parent 0eddb43 commit e3782ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/linux-cxx-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e3782ad

Please sign in to comment.