Update nginxproxymanager.sh

comment out `export NODE_OPTIONS=--openssl-legacy-provider`
This commit is contained in:
tteckster 2024-09-11 13:43:15 -04:00 committed by GitHub
parent b14a33ffac
commit dc1adaba01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ function update_script() {
fi
if ! command -v pnpm &> /dev/null; then
msg_info "Installing pnpm"
export NODE_OPTIONS=--openssl-legacy-provider
#export NODE_OPTIONS=--openssl-legacy-provider
npm install -g pnpm@8.15 &>/dev/null
msg_ok "Installed pnpm"
fi