blob: 3e2cb6d0fb18ba1b77c599106248ad87f9492ec0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Hack
export JAVA_HOME=/root/java
export PATH=$PATH:$JAVA_HOME/bin
To enable use of Mintest MODs in hyperbola make it compatible
You need first compile all the next:
dash easy-install.sh
To test compilate dependencies
dash test-validate.sh
# Hack to run
export JAVA_HOME=/root/.tlauncher/starter/jre_default/jre-21.0.6-linux-x64 && export PATH=$PATH:$JAVA_HOME/bin && xhost + && xhost +local:root && java -jar /root/TLauncher.jar
|