modules: purpleidea: Update my personal packages

This commit is contained in:
James Shubin
2025-01-17 18:57:18 -05:00
parent a08ba0b0e9
commit 00366de67b

View File

@@ -41,14 +41,16 @@ class base() {
"htop", "htop",
"lshw", "lshw",
"nethogs", "nethogs",
"net-tools", # for netstat
"nmap", "nmap",
"psmisc", # for pstree
"screen", "screen",
"socat", "socat",
"strace", "strace",
"telnet", "telnet",
"tree", "tree",
"vim-enhanced", "vim-enhanced",
"wget2-wget", "wget2-wget", # TODO: get a wget1.x package
] { ] {
state => "installed", state => "installed",
} }
@@ -63,7 +65,9 @@ class base() {
"htop", "htop",
"lshw", "lshw",
"nethogs", "nethogs",
"net-tools", # for netstat
"nmap", "nmap",
"psmisc", # for pstree
"screen", "screen",
"socat", "socat",
"strace", "strace",