Skip to content

Commit 264d618

Browse files
authored
Update alpine-bitmagnet-install.sh
1 parent bbcdc45 commit 264d618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/alpine-bitmagnet-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ $STD rc-update add postgresql
3232
$STD rc-service postgresql start
3333
msg_ok "Installed PostreSQL"
3434

35-
RELEASE=$(curl -s https://api.github.com/repos/bitmagnet-io/bitmagnet/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }')
35+
RELEASE=$(curl -fsSL https://api.github.com/repos/bitmagnet-io/bitmagnet/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }')
3636

3737
msg_info "Installing bitmagnet v${RELEASE}"
3838
mkdir -p /opt/bitmagnet

0 commit comments

Comments
 (0)