forked from mirrors/openup
Use -u so that we don't replace hand-craft packages.
This commit is contained in:
parent
abcccdfecf
commit
8ec7c9d161
1 changed files with 2 additions and 2 deletions
4
openup
4
openup
|
|
@ -43,7 +43,7 @@ VUXML_URL="https://stable.mtier.org/vuxml/${_REL_INT}.xml"
|
|||
########################################################################
|
||||
|
||||
|
||||
_OPENUP_VERSION=15
|
||||
_OPENUP_VERSION=16
|
||||
_OPENUP_MINREL=54
|
||||
|
||||
usage() {
|
||||
|
|
@ -208,7 +208,7 @@ update_pkg() {
|
|||
|
||||
if [ -n "${_PKG}" ]; then
|
||||
pr_bigarrow "Updating package(s)"
|
||||
_CMD="pkg_add -qrz ${pkg_opt}"
|
||||
_CMD="pkg_add -quz ${pkg_opt}"
|
||||
# we don't want to display ${_PKG}, there could be hundreds
|
||||
pr_smallarrow "${_CMD} ..."
|
||||
_CMD="${_CMD} ${_PKG}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue