This commit is contained in:
Kurt Moraw 2020-12-12 12:51:49 +01:00
parent 16ad58483c
commit 4b7fd762cb
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ echo
echo "Install required packages and libraries. Press ENTER ..."
read
sudo apt-get update
sudo apt-get -y install libopus-dev libfftw3-dev libcodec2-dev libsndfile-dev libasound-dev mono-complete pavucontrol git g++ build-essential
sudo apt-get -y install libopus-dev libfftw3-dev libcodec2-dev libsndfile-dev libasound-dev mono-complete pavucontrol git g++ build-essential libsoundio-dev
echo
echo "Download hsmodem sources from github. Press ENTER ... "
read