mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge pull request #1818 from YunoHost/ci-auto-update-n-v
Upgrade n to 9.2.3
This commit is contained in:
commit
344f2b5256
1 changed files with 2 additions and 2 deletions
4
helpers/vendor/n/n
vendored
4
helpers/vendor/n/n
vendored
|
@ -61,7 +61,7 @@ function n_grep() {
|
||||||
# Setup and state
|
# Setup and state
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION="v9.2.1"
|
VERSION="v9.2.3"
|
||||||
|
|
||||||
N_PREFIX="${N_PREFIX-/usr/local}"
|
N_PREFIX="${N_PREFIX-/usr/local}"
|
||||||
N_PREFIX=${N_PREFIX%/}
|
N_PREFIX=${N_PREFIX%/}
|
||||||
|
@ -853,7 +853,7 @@ function do_get() {
|
||||||
function do_get_index() {
|
function do_get_index() {
|
||||||
if command -v curl &> /dev/null; then
|
if command -v curl &> /dev/null; then
|
||||||
# --silent to suppress progress et al
|
# --silent to suppress progress et al
|
||||||
curl --silent --compressed "${CURL_OPTIONS[@]}" "$@"
|
curl --silent "${CURL_OPTIONS[@]}" "$@"
|
||||||
elif command -v wget &> /dev/null; then
|
elif command -v wget &> /dev/null; then
|
||||||
wget "${WGET_OPTIONS[@]}" "$@"
|
wget "${WGET_OPTIONS[@]}" "$@"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue