Skip to content

Commit edabc62

Browse files
authored
-fsSL
1 parent 99eeec1 commit edabc62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/bitmagnet-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ msg_ok "Installed Dependencies"
2222

2323
PG_VERSION="16" install_postgresql
2424
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) }')
25+
RELEASE=$(curl -fsSL https://api.github.com/repos/bitmagnet-io/bitmagnet/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }')
2626

2727
msg_info "Installing bitmagnet v${RELEASE}"
2828
mkdir -p /opt/bitmagnet

0 commit comments

Comments
 (0)