From 70fb17ebdb1016932bf3f6312302496bae2567cd Mon Sep 17 00:00:00 2001 From: "Ben Tucker (work)" <57083912+benjamin-tucker@users.noreply.github.com> Date: Fri, 22 Nov 2024 19:10:03 +1100 Subject: [PATCH] Update luci.markdown (#35642) --- source/_integrations/luci.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/luci.markdown b/source/_integrations/luci.markdown index 730566d146a..302503e9879 100644 --- a/source/_integrations/luci.markdown +++ b/source/_integrations/luci.markdown @@ -18,6 +18,7 @@ This is a presence detection scanner for OpenWrt using [luci](https://openwrt.or Before this scanner can be used you have to install the luci RPC package on OpenWrt: ```bash +# opkg update # opkg install luci-mod-rpc ```