mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Upgrade n to v
This commit is contained in:
parent
537699ca90
commit
e04f040a79
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