From 56cc8a107aa7798c3ed12f975da786aec59ee07e Mon Sep 17 00:00:00 2001 From: Bill <49030026+w4rfc@users.noreply.github.com> Date: Sat, 17 Dec 2022 15:05:41 -0500 Subject: [PATCH] Update DIREWOLF_DEV.bapp --- app/community/x86_64/DIREWOLF_DEV.bapp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/community/x86_64/DIREWOLF_DEV.bapp b/app/community/x86_64/DIREWOLF_DEV.bapp index 39ebb1e..c905f94 100644 --- a/app/community/x86_64/DIREWOLF_DEV.bapp +++ b/app/community/x86_64/DIREWOLF_DEV.bapp @@ -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