diff options
Diffstat (limited to 'personal-pkgs-repo/files')
-rw-r--r-- | personal-pkgs-repo/files/updater.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/personal-pkgs-repo/files/updater.lua b/personal-pkgs-repo/files/updater.lua index a6e1980..ca5dd0f 100644 --- a/personal-pkgs-repo/files/updater.lua +++ b/personal-pkgs-repo/files/updater.lua @@ -64,5 +64,6 @@ if bigclown then Install("bigclown-leds") end if sentinel then - Install("sentinel-minipot", "sentinel-nikola", "sentinel-dynfw-client") + --Install("sentinel-minipot", "sentinel-nikola", "sentinel-dynfw-client") + Install("sentinel-dynfw-client") end |