revanced-library icon indicating copy to clipboard operation
revanced-library copied to clipboard

fix: Make ShellCommandRunner run without root

Open brosssh opened this issue 7 months ago • 0 comments

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.

brosssh avatar May 29 '25 08:05 brosssh