mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-31 20:53:34 +00:00
* [TM ONLY] RustG update * Certified Balls Moment * NO HALF SENDS * oogabooga * AAAAAAAAAAAAAAAAAAAAAAAA * Please work I am losing it I am losing it I am losi * AAAAAAAAAAAAAAAAAAAAAAAAAAA * Final changes
10 lines
278 B
Bash
Executable File
10 lines
278 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
source _build_dependencies.sh
|
|
|
|
mkdir -p ~/.byond/bin
|
|
wget -O ~/.byond/bin/librust_g.so "https://github.com/ParadiseSS13/rust-g/releases/download/$RUSTG_VERSION/librust_g.so"
|
|
chmod +x ~/.byond/bin/librust_g.so
|
|
ldd ~/.byond/bin/librust_g.so
|