Browse Source

Merge pull request #92 from matt335672/fix_kali_2022

Install Doxygen for Kali 2022 for building
pull/93/head
matt335672 1 year ago
committed by GitHub
parent
commit
0e9c1dd23a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      scripts/install_pulseaudio_sources_apt.sh

+ 3
- 0
scripts/install_pulseaudio_sources_apt.sh View File

@ -115,6 +115,9 @@ if [ ! -d "$PULSE_DIR" ]; then
Ubuntu-16.04)
sudo apt-get install -y libjson-c-dev
;;
Kali-2022*)
sudo apt-get install -y doxygen
;;
esac
cd "$(dirname $PULSE_DIR)"


Loading…
Cancel
Save