forked from mirrors/openup
quiet by default
This commit is contained in:
parent
148f9a5480
commit
4fc318e7de
1 changed files with 1 additions and 1 deletions
2
openup
2
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=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue