File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,18 +8,18 @@ export BYOND_MAJOR=514
88export BYOND_MINOR=1568
99
1010# rust_g git tag
11- export RUST_G_VERSION=1.0.1
11+ export RUST_G_VERSION=3.11.0
1212
1313# node version
1414export NODE_VERSION=14
15- export NODE_VERSION_LTS=20.12 .0
15+ export NODE_VERSION_LTS=22.11 .0
1616export NODE_VERSION_COMPAT=14.16.1
1717
1818# SpacemanDMM git tag
19- export SPACEMAN_DMM_VERSION=suite-1.7.1
19+ export SPACEMAN_DMM_VERSION=suite-1.10
2020
2121# Extools git tag
2222export EXTOOLS_VERSION=v0.0.7
2323
2424# Python version for mapmerge and other tools
25- export PYTHON_VERSION=3.7.9
25+ export PYTHON_VERSION=3.11.8
Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ path-exclude /usr/share/man/*
99path-exclude /usr/share/info/*
1010EOF
1111
12+ sudo dpkg --add-architecture i386
13+ sudo apt-get update
14+ sudo apt install libcurl4:i386
15+
1216if [ -d " $HOME /BYOND/byond/bin" ] && grep -Fxq " ${BYOND_MAJOR} .${BYOND_MINOR} " $HOME /BYOND/version.txt;
1317then
1418 echo " Using cached directory."
You can’t perform that action at this time.
0 commit comments