View Single Post
04/30/19, 04:18 PM   #4
marlonbrando
AddOn Author - Click to view addons
Join Date: Dec 2015
Posts: 17
Originally Posted by Dolby View Post
Going to install a distro with a UI and see if I can get oracle jdk8 installed (I want to check out Pop!_OS anyways). Keep in mind this thread was created before we released a .jar version of Minion.
I have a shell script that I use to run minion. It finds my steam directory and updates both live and pts.

Here it is, for what it's worth:
Code:
#!/bin/sh
cd '/home/cgf/.local/share/Steam/steamapps/compatdata/306130/pfx/drive_c/users/steamuser/AppData/Local/Minion'
/opt/oracle-jre-bin-1.8.0.202/bin/java -jar app/Minion-jfx.jar </dev/null >&/dev/null&
This is running on gentoo linux.
  Reply With Quote