diff --git a/install/onetimesecret-install.sh b/install/onetimesecret-install.sh index 1b543fa33..9679ea06e 100644 --- a/install/onetimesecret-install.sh +++ b/install/onetimesecret-install.sh @@ -38,11 +38,9 @@ fetch_and_deploy_gh_release "onetimesecret" "onetimesecret/onetimesecret" "tarba RUBY_VERSION=$(tr -d ' \n' /dev/null) RUBY_VERSION="${RUBY_VERSION:-3.4.10}" setup_ruby - PNPM_VERSION=$(sed -n 's/.*"packageManager": "pnpm@\([^"]*\)".*/\1/p' /opt/onetimesecret/package.json) NODE_VERSION=$(tr -d ' \n' /dev/null) NODE_VERSION="${NODE_VERSION:-25}" NODE_MODULE="pnpm@${PNPM_VERSION:-11.1.2}" setup_nodejs - HOST_VALUE="${OTS_HOST:-$LOCAL_IP}" SSL_VALUE="${OTS_SSL:-false}" case "${SSL_VALUE,,}" in