From 335095643cc49bd5ffc3e94b00526c33ec83f55d Mon Sep 17 00:00:00 2001 From: Blazer Date: Fri, 25 Oct 2024 01:29:31 -0500 Subject: [PATCH] Update pulseaudio git repository --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 70f98c77..5a843e0f 100755 --- a/install.sh +++ b/install.sh @@ -5,6 +5,7 @@ aasdkRepo="https://github.com/OpenDsh/aasdk" gstreamerRepo="https://github.com/GStreamer/qt-gstreamer" openautoRepo="https://github.com/openDsh/openauto" h264bitstreamRepo="https://github.com/aizvorski/h264bitstream" +pulseaudioRepo="https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git" #Help text display_help() { @@ -232,7 +233,7 @@ if [ $pulseaudio = false ] echo Grabbing pulseaudio deps sudo sed -i 's/#deb-src/deb-src/g' /etc/apt/sources.list sudo apt-get update -y - git clone git://anongit.freedesktop.org/pulseaudio/pulseaudio + git clone $pulseaudioRepo sudo apt-get install -y autopoint cd pulseaudio git checkout tags/v12.99.3