Update bitmagnet

This commit is contained in:
tremor021
2025-05-14 19:15:40 +02:00
parent 56800199f7
commit 6a2ff4feef
2 changed files with 70 additions and 2 deletions

View File

@@ -14,11 +14,14 @@ network_check
update_os
msg_info "Installing Dependencies"
$STD apt-get install -y
$STD apt-get install -y \
iproute2 \
gcc \
musl-dev
msg_ok "Installed Dependencies"
PG_VERSION=16 install_postgresql
install_go
msg_info "Installing bitmagnet"
mkdir -p /opt/bitmagnet