Skip to content

Commit

Permalink
Update pulseaudio git repository
Browse files Browse the repository at this point in the history
  • Loading branch information
breakingspell committed Oct 25, 2024
1 parent 054df1e commit 3350956
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3350956

Please sign in to comment.