revanced-library
revanced-library copied to clipboard
fix: Make ShellCommandRunner run without root
Currently, every command run by a ShellCommandRunner will be run with su (root required). With this PR, root will only be required from a RootInstaller.
Also remove latest \n from shell output.
Closes https://github.com/ReVanced/revanced-library/issues/72.