As the title says, this is a guide intended to help people get Austiblox working on Linux.
REQUIREMENTS: Wine (obviously,) and umu-launcher
Step 1: Open a text editor and paste the following:
#!/bin/bash
PREFIX="~/.wine"
URL="${1#*://}"
WINEPREFIX=$PREFIX umu-run "C:\AustibloxS2\AustibloxUpdater.exe" "$URL"
IMPORTANT: CHANGE "PREFIX" TO YOUR WINE PREFIX OF CHOICE, IF IT ISN'T "~/wine"
Use the one in the first reply if you want a more complex one for some reason
Step 2: Save it as literally anything, as long as it has a .sh file and it happens to be in the home directory (like /home/example/austiblox.sh)
Step 3: Give the script permission to run
For example, run chmod +x /home/example/austiblox.sh
Obviously, change /home/example to the directory containing the script.
step 4: I'll be using firefox as an example here.
Go to Settings, scroll all the way down until you see "Applications."
Double click austiblox, and click "Use other." From there, select your
austiblox.sh script.
Thank you for reading through. Comment if you have any questions.


