Skip to content

Commit

Permalink
No install recommends
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbock committed Jun 26, 2019
1 parent 05c0df4 commit 685bc8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ for i in $(seq 5); do
if ! sudo apt-get update; then
continue
fi
if sudo apt-get install ${DEVEL_PACKAGES} ${CC} ${CXX} ${FC} ${packages}; then
if sudo apt-get install --no-install-recommends ${DEVEL_PACKAGES} ${CC} ${CXX} ${FC} ${packages}; then
exit 0
fi
done
Expand Down

0 comments on commit 685bc8e

Please sign in to comment.