diff options
-rw-r--r-- | updater.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/updater.lua b/updater.lua index 63da8c4..e8d5c21 100644 --- a/updater.lua +++ b/updater.lua @@ -68,6 +68,9 @@ if tools then Install("mc", "htop", "iftop") Install("luci-theme-material") Install("mmc-utils") + if board == "omnia" then + Install("personal-enabler-rainbow-omnia") + end end if vpn then Install("luci-app-openvpn", "openvpn-openssl") |