mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Develop: Upgrade NodeJS from 16.x to 18.x
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
4
scripts/dist/install-nodejs.sh
vendored
4
scripts/dist/install-nodejs.sh
vendored
@@ -13,8 +13,8 @@ fi
|
||||
|
||||
set -e
|
||||
|
||||
SETUP_URL="https://deb.nodesource.com/setup_16.x"
|
||||
|
||||
SETUP_URL="https://deb.nodesource.com/setup_18.x"
|
||||
wget --inet4-only -c -qO- https://deb.nodesource.com/setup_18.x | bash -
|
||||
echo "Installing NodeJS and NPM from \"$SETUP_URL\"..."
|
||||
|
||||
curl -sL $SETUP_URL | bash -
|
||||
|
||||
Reference in New Issue
Block a user