We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99eeec1 commit edabc62Copy full SHA for edabc62
install/bitmagnet-install.sh
@@ -22,7 +22,7 @@ msg_ok "Installed Dependencies"
22
23
PG_VERSION="16" install_postgresql
24
install_go
25
-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) }')
26
27
msg_info "Installing bitmagnet v${RELEASE}"
28
mkdir -p /opt/bitmagnet
0 commit comments