From 2efe0fc5af82ebdb48c0c0b8b664f7fd96973ca2 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Sun, 26 Jul 2026 18:30:43 +0200 Subject: [PATCH] Update install/passwordpusher-install.sh --- install/passwordpusher-install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install/passwordpusher-install.sh b/install/passwordpusher-install.sh index 0934af414..86c775de4 100644 --- a/install/passwordpusher-install.sh +++ b/install/passwordpusher-install.sh @@ -23,9 +23,8 @@ $STD apt install -y \ msg_ok "Installed Dependencies" RUBY_VERSION="4.0.5" RUBY_INSTALL_RAILS="false" setup_ruby -export PATH="$HOME/.rbenv/shims:$HOME/.rbenv/bin:$PATH" - NODE_VERSION="22" NODE_MODULE="yarn" setup_nodejs +export PATH="$HOME/.rbenv/shims:$HOME/.rbenv/bin:$PATH" fetch_and_deploy_gh_release "passwordpusher" "pglombardo/PasswordPusher" "tarball"