File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2- source <( curl -fsSL https://git.community-scripts.org /community-scripts/ProxmoxVED/raw/branch /main/misc/build.func)
2+ source <( curl -fsSL https://raw.githubusercontent.com /community-scripts/ProxmoxVE /main/misc/build.func)
33# Copyright (c) 2021-2025 community-scripts ORG
44# Author: Slaviša Arežina (tremor021)
55# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
@@ -26,7 +26,7 @@ function update_script() {
2626 msg_error " No ${APP} Installation Found!"
2727 exit 1
2828 fi
29- RELEASE=$( curl -s https://api.github.com/repos/bitmagnet-io/bitmagnet/releases/latest | grep " tag_name" | awk ' {print substr($2, 3, length($2)-4) }' )
29+ RELEASE=$( curl -fsSL https://api.github.com/repos/bitmagnet-io/bitmagnet/releases/latest | grep " tag_name" | awk ' {print substr($2, 3, length($2)-4) }' )
3030 if [ " ${RELEASE} " != " $( cat /opt/bitmagnet_version.txt) " ] || [ ! -f /opt/bitmagnet_version.txt ]; then
3131 msg_info " Backing up database"
3232 rm -f /tmp/backup.sql
You can’t perform that action at this time.
0 commit comments