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.
1 parent 7cc8f2e commit d7ac50bCopy full SHA for d7ac50b
1 file changed
install.sh
@@ -36,9 +36,10 @@ if ! command -v proot-distro; then
36
fi
37
if ! command -v pulseaudio; then
38
apt install pulseaudio -y
39
+ pulseaudio --start --load="module-native-protocol-tcp auth-ip-acl=127.0.0.1 auth-anonymous=1" --exit-idle-time=-1
40
41
42
########################
43
if ! _implant_; then # this wont happen (mostly)
44
echo ":( \e[32m error...\e[0m Please create a issue at \e[1;32mhttps://github.com/SaicharanKandukuri/ubuntu-on-android/issues\e[0m to resolve "
-fi
45
+fi
0 commit comments