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 -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/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
@@ -27,7 +27,7 @@ function update_script() {
2727 msg_error " No ${APP} Installation Found!"
2828 exit
2929 fi
30- RELEASE=$( curl -s https://api.github.com/repos/bitmagnet-io/bitmagnet/releases/latest | grep " tag_name" | awk ' {print substr($2, 3, length($2)-4) }' )
30+ RELEASE=$( curl -fsSL https://api.github.com/repos/bitmagnet-io/bitmagnet/releases/latest | grep " tag_name" | awk ' {print substr($2, 3, length($2)-4) }' )
3131 if [[ ! -f /opt/${APP} _version.txt ]] || [[ " ${RELEASE} " != " $( cat /opt/${APP} _version.txt) " ]]; then
3232 msg_info " Stopping Service"
3333 systemctl stop bitmagnet-web
You can’t perform that action at this time.
0 commit comments