modules: purpleidea: Add more packages

This commit is contained in:
James Shubin
2025-06-25 04:43:29 -04:00
parent 79c199975d
commit a4ed647d02

View File

@@ -35,19 +35,25 @@ class base() {
pkg [ pkg [
"ack", "ack",
"bash-completion", "bash-completion",
"curl",
"direnv", "direnv",
"fping", "fping",
"git", "git",
"htop", "htop",
"lshw", "lshw",
"lsof",
"make",
"nethogs", "nethogs",
"net-tools", # for netstat "net-tools", # for netstat
"nmap", "nmap",
"openssl", "openssl",
"psmisc", # for pstree "psmisc", # for pstree
"pwgen",
"rsync",
"screen", "screen",
"socat", "socat",
"strace", "strace",
"tcpdump",
"telnet", "telnet",
"tree", "tree",
"vim-enhanced", "vim-enhanced",
@@ -60,19 +66,25 @@ class base() {
pkg [ pkg [
"ack", "ack",
"bash-completion", "bash-completion",
"curl",
"direnv", "direnv",
"fping", "fping",
"git", "git",
"htop", "htop",
"lshw", "lshw",
"lsof",
"make",
"nethogs", "nethogs",
"net-tools", # for netstat "net-tools", # for netstat
"nmap", "nmap",
"openssl", "openssl",
"psmisc", # for pstree "psmisc", # for pstree
"pwgen",
"rsync",
"screen", "screen",
"socat", "socat",
"strace", "strace",
"tcpdump",
"telnet", "telnet",
"tree", "tree",
"vim", "vim",