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 054df1e commit 2d56f99Copy full SHA for 2d56f99
install.sh
@@ -5,6 +5,7 @@ aasdkRepo="https://github.com/OpenDsh/aasdk"
5
gstreamerRepo="https://github.com/GStreamer/qt-gstreamer"
6
openautoRepo="https://github.com/openDsh/openauto"
7
h264bitstreamRepo="https://github.com/aizvorski/h264bitstream"
8
+pulseaudioRepo="https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git"
9
10
#Help text
11
display_help() {
@@ -232,7 +233,7 @@ if [ $pulseaudio = false ]
232
233
echo Grabbing pulseaudio deps
234
sudo sed -i 's/#deb-src/deb-src/g' /etc/apt/sources.list
235
sudo apt-get update -y
- git clone git://anongit.freedesktop.org/pulseaudio/pulseaudio
236
+ git clone $pulseaudioRepo
237
sudo apt-get install -y autopoint
238
cd pulseaudio
239
git checkout tags/v12.99.3
0 commit comments