1
0
Fork 0
forked from mirrors/openup

quiet by default

This commit is contained in:
Antoine Jacoutot 2014-11-14 17:13:47 +01:00
commit 4fc318e7de

2
openup
View file

@ -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=""