From 4fc318e7de91a05bb556f76302fbb0b855e1bb32 Mon Sep 17 00:00:00 2001 From: Antoine Jacoutot Date: Fri, 14 Nov 2014 17:13:47 +0100 Subject: [PATCH] quiet by default --- openup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openup b/openup index 2f034ee..465634f 100755 --- a/openup +++ b/openup @@ -35,7 +35,7 @@ PKG_PATH_UPDATE="https://stable.mtier.org/updates/$(uname -r)/$(arch -s)" #PKG_PATH_UPDATE_LTS="https://user%domain.tld:password@stable.mtier.org/updates-lts/$(uname -r)/$(arch -s)" # URL to the latest vuxml (vulnerabilities database) VUXML_URL="https://stable.mtier.org/vuxml/$(uname -r | tr -d '.').xml" -# fetch command (must behave like "ftp -o"); e.g. "wget -O" +# fetch command (must behave like "ftp -o"); e.g. "wget -qO" FETCH="ftp -Vo" # exclusion list: pkg names without version/flavor, separated by space EXCLUDE_PKG=""