From 4b7fd762cbb54b0132e630b64398dea07254adf6 Mon Sep 17 00:00:00 2001 From: Kurt Moraw Date: Sat, 12 Dec 2020 12:51:49 +0100 Subject: [PATCH] update --- hsmodem/hsmodem.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hsmodem/hsmodem.sh b/hsmodem/hsmodem.sh index bf313f0..feb50e9 100755 --- a/hsmodem/hsmodem.sh +++ b/hsmodem/hsmodem.sh @@ -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