uas-agent yaml

This commit is contained in:
zeaslity
2025-05-15 10:35:46 +08:00
parent dbb45c553b
commit 0a1b92acc2
11 changed files with 991 additions and 203 deletions

View File

@@ -17,7 +17,7 @@ import (
var (
ubuntuCommonTools = []string{
"iputils-ping", "net-tools", "dnsutils", "lsof", "curl", "wget", "mtr-tiny", "vim", "htop", "lrzsz",
"apt-utils", "iputils-ping", "net-tools", "dnsutils", "lsof", "curl", "wget", "mtr-tiny", "vim", "htop", "lrzsz",
}
centosCommonTools = []string{
"deltarpm", "net-tools", "iputils", "bind-utils", "lsof", "curl", "wget", "vim", "mtr", "htop",