type package_pacman: added --needed to accelerate install

This commit is contained in:
Aurelien Bondis 2011-05-18 23:17:30 -04:00 committed by Nico Schottelius
parent c1d17f8d14
commit a55e24f49c
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
# exec >&2
# set -x
pacopts="--noconfirm --noprogressbar"
pacopts="--needed --noconfirm --noprogressbar"
if [ -f "$__object/parameter/name" ]; then
name="$__object/parameter/name"