From 8ec7c9d161dce6f2f4dbdd0b0048e81b98508ea2 Mon Sep 17 00:00:00 2001 From: Antoine Jacoutot Date: Thu, 1 May 2014 09:19:14 +0200 Subject: [PATCH] Use -u so that we don't replace hand-craft packages. --- openup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}"