From b14069736038a9b6a66fabd05ba013b11c07c1ff Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Sun, 26 Jul 2026 18:52:38 +0200 Subject: [PATCH] Refactor passwordpusher.sh to streamline sourcing --- ct/passwordpusher.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ct/passwordpusher.sh b/ct/passwordpusher.sh index f4959371d..777f4bbbb 100644 --- a/ct/passwordpusher.sh +++ b/ct/passwordpusher.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source "$(dirname "${BASH_SOURCE[0]}")/../misc/build.func" 2>/dev/null || source <(curl -fsSL "${COMMUNITY_SCRIPTS_URL:-https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main}/misc/build.func") +source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) # Copyright (c) 2021-2026 community-scripts ORG # Author: MickLesk (CanbiZ) # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE @@ -39,7 +39,6 @@ function update_script() { CLEAN_INSTALL=1 fetch_and_deploy_gh_release "passwordpusher" "pglombardo/PasswordPusher" "tarball" - msg_info "Installing Gem Dependencies" cd /opt/passwordpusher export PATH="$HOME/.rbenv/shims:$HOME/.rbenv/bin:$PATH"