From 723c186f88747d02f242a5f0f7d0bda74a331125 2017-12-24 00:38:09 From: drtyhlpr Date: 2017-12-24 00:38:09 Subject: [PATCH] fixed: ENABLE_NONFREE --- 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