Skip to content

Commit

Permalink
Merge pull request #1818 from YunoHost/ci-auto-update-n-v
Browse files Browse the repository at this point in the history
Upgrade n to 9.2.3
  • Loading branch information
alexAubin authored Apr 21, 2024
2 parents 537699c + e04f040 commit 344f2b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helpers/vendor/n/n
Original file line number Diff line number Diff line change
Expand Up @@ -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%/}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 344f2b5

Please sign in to comment.