mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 04:30:26 +03:00
update node for mint 14.x (#10236)
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ export APT="apt --quiet --yes"
|
||||
export WGET="wget --quiet --no-check-certificate"
|
||||
|
||||
# install nodejs source list
|
||||
if ! $WGET --output-document=- https://deb.nodesource.com/setup_13.x | bash -; then
|
||||
if ! $WGET --output-document=- https://deb.nodesource.com/setup_14.x | bash -; then
|
||||
echo "unable to set nodejs repository"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user