Alright, I don't want to deal with path shenanigans right now.

This commit is contained in:
Ghommie
2020-07-03 08:15:29 +02:00
parent 3de6602559
commit e3b470f5d3
2 changed files with 3 additions and 41 deletions
+2 -3
View File
@@ -4,6 +4,5 @@ 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
wget -O ~/.byond/bin/rust_g "https://github.com/tgstation/rust-g/releases/download/$RUST_G_VERSION/librust_g.so"
chmod +x ~/.byond/bin/rust_g