mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-05-17 01:00:24 +00:00
-fsSL
This commit is contained in:
parent
99eeec138c
commit
edabc6210e
@ -22,7 +22,7 @@ msg_ok "Installed Dependencies"
|
|||||||
|
|
||||||
PG_VERSION="16" install_postgresql
|
PG_VERSION="16" install_postgresql
|
||||||
install_go
|
install_go
|
||||||
RELEASE=$(curl -s https://api.github.com/repos/bitmagnet-io/bitmagnet/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }')
|
RELEASE=$(curl -fsSL https://api.github.com/repos/bitmagnet-io/bitmagnet/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }')
|
||||||
|
|
||||||
msg_info "Installing bitmagnet v${RELEASE}"
|
msg_info "Installing bitmagnet v${RELEASE}"
|
||||||
mkdir -p /opt/bitmagnet
|
mkdir -p /opt/bitmagnet
|
||||||
|
Loading…
x
Reference in New Issue
Block a user