diff options
-rw-r--r-- | updater.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/updater.lua b/updater.lua index 31f6a6a..6568ed8 100644 --- a/updater.lua +++ b/updater.lua @@ -52,7 +52,7 @@ end if tools then Install("grep", "coreutils-sha256sum") Install("iperf", "iperf3") - Install("sysstat", "strace", "gdbserver") + Install("sysstat", "strace") Install("shellrc-zsh") end if vpn then |