blob: 2cc34ef92dacffd9cc09c15d17b1a91264360bf3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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
$ xhost + && xhost +local:root
## For first doas su
# export JAVA_HOME=$HOME/unofficial/java8 && export PATH=$PATH:$JAVA_HOME/bin && xhost + && xhost +local:root && sudo java -jar /root/TLauncher.jar
# 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
|