diff --git a/run_once_20-install-user-packages-gentoo.sh.tmpl b/run_once_20-install-user-packages-gentoo.sh.tmpl index e524dce..ee61aca 100644 --- a/run_once_20-install-user-packages-gentoo.sh.tmpl +++ b/run_once_20-install-user-packages-gentoo.sh.tmpl @@ -183,7 +183,7 @@ done if (( ${#GURU_MISSING[@]} > 0 )); then log "emerge GURU packages (missing: ${GURU_MISSING[*]})" sudo emerge --ask=n --nospinner --quiet-build --keep-going \ - --with-bdeps=y --autounmask-license=y \ + --with-bdeps=y --autounmask=y --autounmask-license=y \ "${GURU_MISSING[@]}" fi