diff options
-rw-r--r-- | updater.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/updater.lua b/updater.lua index 27cac21..2eb739d 100644 --- a/updater.lua +++ b/updater.lua @@ -75,6 +75,7 @@ if tools then if board == "omnia" then Install("personal-enabler-rainbow-omnia") end + Install("healthcheck") end if vpn then Install("luci-app-openvpn", "openvpn-openssl") |