Skip to content

Commit d7ac50b

Browse files
audio is now available
1 parent 7cc8f2e commit d7ac50b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@ if ! command -v proot-distro; then
3636
fi
3737
if ! command -v pulseaudio; then
3838
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
3940
fi
4041

4142
########################
4243
if ! _implant_; then # this wont happen (mostly)
4344
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 "
44-
fi
45+
fi

0 commit comments

Comments
 (0)