Update tracktor.sh

This commit is contained in:
Tobias 2025-08-12 10:39:26 +02:00 committed by Push From Github
parent 6a466332a6
commit fffce78c5a

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func)
source <(curl -FsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func)
# Copyright (c) 2021-2025 community-scripts ORG
# Author: CrazyWolf13
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
@ -39,7 +39,6 @@ function update_script() {
msg_ok "Created Backup"
msg_info "Updating ${APP}"
rm -rf /opt/tracktor
setup_nodejs
fetch_and_deploy_gh_release "tracktor" "javedh-dev/tracktor" "tarball" "latest" "/opt/tracktor"
cd /opt/tracktor