diff options
-rw-r--r-- | updater.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/updater.lua b/updater.lua index c9f7407..05880a2 100644 --- a/updater.lua +++ b/updater.lua @@ -63,6 +63,5 @@ if bigclown then Install("bigclown-leds") end if sentinel then - --Install("sentinel-minipot", "sentinel-nikola", "sentinel-dynfw-client") - Install("sentinel-dynfw-client") + Install("sentinel-minipot", "sentinel-nikola", "sentinel-dynfw-client") end |