Removed fakeroot usage

This commit is contained in:
Observer KRypt0n_ 2022-01-05 12:42:45 +02:00
parent 5ea815dc03
commit f3de899ba5
No known key found for this signature in database
GPG key ID: DC5D4EC1303465DA

View file

@ -73,7 +73,7 @@ class Stream extends AbstractInstaller
/**
* Execute the main patch installation script
*/
() => Neutralino.os.execCommand(`cd "${Process.addSlashes(gameDir)}" && fakeroot yes yes | bash "${Process.addSlashes(patchDir)}/patch.sh"`),
() => Neutralino.os.execCommand(`cd "${Process.addSlashes(gameDir)}" && yes yes | bash "${Process.addSlashes(patchDir)}/patch.sh"`),
/**
* Execute the anti-login crash patch installation script