mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 09:54:52 +00:00
10 lines
269 B
Bash
Executable File
10 lines
269 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
source dependencies.sh
|
|
|
|
mkdir -p ~/.byond/bin
|
|
wget -O ~/.byond/bin/librust_g.so "https://github.com/tgstation/rust-g/releases/download/$RUST_G_VERSION/librust_g.so"
|
|
chmod +x ~/.byond/bin/librust_g.so
|
|
ldd ~/.byond/bin/librust_g.so
|