Skip to content

Commit f6ab4e6

Browse files
authored
Merge pull request #93 from matt335672/support_debian_testing
Support Debian bookworm in wrapped build script
2 parents afd3820 + 4e98356 commit f6ab4e6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

scripts/install_pulseaudio_sources_apt.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,14 @@ if [ ! -d "$PULSE_DIR" ]; then
118118
Kali-2022*)
119119
sudo apt-get install -y doxygen
120120
;;
121+
Debian-n/a)
122+
# Debian testing build
123+
case "$codename" in
124+
bookworm)
125+
sudo apt-get install -y doxygen
126+
;;
127+
esac
128+
;;
121129
esac
122130

123131
cd "$(dirname $PULSE_DIR)"

0 commit comments

Comments
 (0)