Update DIREWOLF_DEV.bapp

This commit is contained in:
Bill 2022-12-17 15:05:41 -05:00 committed by GitHub
parent b447f96367
commit 56cc8a107a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ INSTALL(){
cd build
sudo apt-get install -y libasound2-dev cmake libudev-dev
# Install libavahi-client-dev, as required for DNS-SD registration of service
sudo apt-get install libavahi-client-dev
sudo apt-get install -y libavahi-client-dev
cmake ..
make -j 4
sudo make install