diff options
Diffstat (limited to 'updater.lua')
-rw-r--r-- | updater.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/updater.lua b/updater.lua index adcaab7..e64908e 100644 --- a/updater.lua +++ b/updater.lua @@ -54,6 +54,7 @@ elseif hostname:match("^work-") then end if tools then + Install("personal-enabler-common") Install("tree", "grep", "coreutils-sha256sum") Install("iperf", "iperf3") Install("sysstat", "strace") @@ -70,5 +71,5 @@ if bigclown then Install("bigclown-leds") end if sentinel then - Install("sentinel-minipot", "sentinel-nikola", "sentinel-dynfw-client") + Install("personal-enabler-sentinel") end |