]> git.donarmstrong.com Git - neurodebian.git/blobdiff - tools/nd-aptenable
BF: actually we need to aim for multiverse (not restricted) on ubuntus to decide...
[neurodebian.git] / tools / nd-aptenable
index 08812ccb3cbbdc1f5c6aaf55b8419e4b0e970ed9..d2c2c9d8aaa463fedc748655c4b6fd57c6bf5911 100755 (executable)
@@ -422,7 +422,7 @@ if [ -z "$ae_release" ]; then
 fi
 
 if [ -z "$ae_flavor" ]; then
-    ae_flavor=$(echo "$apt_policy" | grep -e ",n=$ae_release," | grep -qe 'c=\(non-free\|restricted\)' && echo "full" || echo "libre")
+    ae_flavor=$(echo "$apt_policy" | grep -e ",n=$ae_release," | grep -qe 'c=\(non-free\|multiverse\)' && echo "full" || echo "libre")
 fi
 
 #