rift-python
rift-python copied to clipboard
Add sudo to generated scripts (e.g. start.sh)
Currently it is necessary to run start.sh etc. as sudo. The docs recommend doing a "sudo bash" first Avoid the need for this by adding a "sudo" where needed to the commands in the generated script(s) Add a --no-sudo command line option to remove this