mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
firmware: don't trust pkg now or in the future with `-q'
This commit is contained in:
parent
f55ad273b7
commit
ea04d268ec
@ -124,7 +124,7 @@ if [ -z "${pkg_running}" ]; then
|
||||
else
|
||||
# fetch before install lets us know more,
|
||||
# although not as fast as it should be...
|
||||
pkg fetch -qy "${pkg_selected}"
|
||||
pkg fetch -y "${pkg_selected}" > /dev/null 2>&1
|
||||
daemon -p ${pidfile} -o ${outfile} pkg install -n "${pkg_selected}"
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user