Go to file
Fierelier a51ed6f0d4 Initial commit 2023-10-07 16:01:03 +02:00
app Initial commit 2023-10-07 16:01:03 +02:00
LICENSE Initial commit 2023-10-07 16:01:03 +02:00
README.txt Initial commit 2023-10-07 16:01:03 +02:00
install Initial commit 2023-10-07 16:01:03 +02:00

README.txt

Prerequisites:
* proot
* sed

Installation:
* Run sudo ./install
* If you want to alter the settings, do sudo bash. From there, set DISTRO to change the program's name. Eg. DISTRO=foobar ./install

Uninstallation:
* Run sudo bash and run UNINSTALL=1 ./install
* If you altered your DISTRO value before, you have to set it to the sme value

Running:
* Syntax: proot-helper <command>

Commands:
* help
Show this help.

* prefix-start </path/to/prefix> <command>
Start a program within a prefix. If PROOTH_ROOT is set to 1, it will use settings that emulate root rights.

* app-export </path/to/prefix> <application or /path/to/application.desktop> <name-suffix>
Add a desktop launcher from the prefix to the host.