Merge pull request #1818 from YunoHost/ci-auto-update-n-v

Upgrade n to 9.2.3
This commit is contained in:
Alexandre Aubin 2024-04-21 13:07:10 +02:00 committed by GitHub
commit 344f2b5256
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
helpers/vendor/n/n vendored
View file

@ -61,7 +61,7 @@ function n_grep() {
# Setup and state
#
VERSION="v9.2.1"
VERSION="v9.2.3"
N_PREFIX="${N_PREFIX-/usr/local}"
N_PREFIX=${N_PREFIX%/}
@ -853,7 +853,7 @@ function do_get() {
function do_get_index() {
if command -v curl &> /dev/null; then
# --silent to suppress progress et al
curl --silent --compressed "${CURL_OPTIONS[@]}" "$@"
curl --silent "${CURL_OPTIONS[@]}" "$@"
elif command -v wget &> /dev/null; then
wget "${WGET_OPTIONS[@]}" "$@"
else