mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-14 12:13:06 +00:00
10 lines
280 B
Bash
Executable File
10 lines
280 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
source _build_dependencies.sh
|
|
|
|
mkdir -p ~/.byond/bin
|
|
wget -nv -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
|