We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
First, install nano in Termux:
pkg install nano
Then edit the ./start-*.sh script: Example:nano start-ubuntu.sh
./start-*.sh
nano start-ubuntu.sh
Find these lines:
pulseaudio --start
## For rooted user: pulseaudio --start --system
Edit it so it become:
## pulseaudio --start
pulseaudio --start --system
And press CTRL+X to sav the script, now you should be able to start the distro with root access.
*Documentation