diff --git a/openup b/openup index b960f8a..aca201c 100755 --- a/openup +++ b/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}"