type package_pacman: added --needed to accelerate install
This commit is contained in:
parent
c1d17f8d14
commit
a55e24f49c
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
# exec >&2
|
# exec >&2
|
||||||
# set -x
|
# set -x
|
||||||
|
|
||||||
pacopts="--noconfirm --noprogressbar"
|
pacopts="--needed --noconfirm --noprogressbar"
|
||||||
|
|
||||||
if [ -f "$__object/parameter/name" ]; then
|
if [ -f "$__object/parameter/name" ]; then
|
||||||
name="$__object/parameter/name"
|
name="$__object/parameter/name"
|
||||||
|
|
Loading…
Reference in a new issue