Skip to content

Commit

Permalink
[scripts] install avahi-utils in script/bootstrap (#1876)
Browse files Browse the repository at this point in the history
This is used for leveraging `avahi-publish` tool in BR test cases.
  • Loading branch information
superwhd committed May 23, 2023
1 parent e2ab29e commit 3427546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ install_packages_apt()
sudo apt-get install --no-install-recommends -y libjsoncpp-dev

# reference device
without REFERENCE_DEVICE || sudo apt-get install --no-install-recommends -y radvd dnsutils
without REFERENCE_DEVICE || sudo apt-get install --no-install-recommends -y radvd dnsutils avahi-utils

# backbone-router
without BACKBONE_ROUTER || sudo apt-get install --no-install-recommends -y libnetfilter-queue1 libnetfilter-queue-dev
Expand Down

0 comments on commit 3427546

Please sign in to comment.