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"