Browse Source

Install Doxygen for Kali 2022

pull/92/head
matt335672 1 year ago
parent
commit
a54adc9027
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) Ubuntu-16.04)
sudo apt-get install -y libjson-c-dev sudo apt-get install -y libjson-c-dev
;; ;;
Kali-2022*)
sudo apt-get install -y doxygen
;;
esac esac
cd "$(dirname $PULSE_DIR)" cd "$(dirname $PULSE_DIR)"


Loading…
Cancel
Save