mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-01-03 13:44:27 +00:00
10 lines
272 B
Bash
10 lines
272 B
Bash
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
source dependencies.sh
|
|
|
|
mkdir -p ~/.byond/bin
|
|
wget -O ~/.byond/bin/libauxmos.so "https://github.com/Putnam3145/auxmos/releases/download/${AUXMOS_VERSION}/libauxmos.so"
|
|
chmod +x ~/.byond/bin/libauxmos.so
|
|
ldd ~/.byond/bin/libauxmos.so
|