diff --git a/bootstrap.d/10-bootstrap.sh b/bootstrap.d/10-bootstrap.sh index d23f772..93bf254 100644 --- a/bootstrap.d/10-bootstrap.sh +++ b/bootstrap.d/10-bootstrap.sh @@ -11,7 +11,7 @@ EXCLUDES="" # Use non-free Debian packages if needed if [ "$ENABLE_NONFREE" = true ] ; then - COMPONENTS="main,non-free" + COMPONENTS="main,non-free,contrib" fi # Use minbase bootstrap variant which only includes essential packages