summaryrefslogtreecommitdiff
path: root/lshw/README.md
diff options
context:
space:
mode:
authorsrv <enmanuel.saravia.externo@pandero.com.pe>2025-05-19 12:40:23 +0200
committersrv <enmanuel.saravia.externo@pandero.com.pe>2025-05-19 12:40:23 +0200
commitc092428b53c1306252b66b51f49482650ec1f38b (patch)
treeb2cb5436b0552fc966995e4140dfbcf9a22fb14a /lshw/README.md
parent4366a7c9a4131d5ab5ce400573275a8f8f41a6c2 (diff)
tlaunch requeriment are compiled, thinkpad touchpad requeriment are compiled, docker requeriment in progress is a long task yet and add validate size
Diffstat (limited to 'lshw/README.md')
-rw-r--r--lshw/README.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/lshw/README.md b/lshw/README.md
new file mode 100644
index 0000000..2cc34ef
--- /dev/null
+++ b/lshw/README.md
@@ -0,0 +1,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 \ No newline at end of file