Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2023-04-22 16:08:51 -05:00
parent 5fad96ed16
commit 59c75bef00
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ func mainTab(n *gui.Node) {
})
rn.NewButton("install defaults", func () {
myGui.CloseToolkit("gocui")
doCmd("apt install -y lsof bash-completion libpam-systemd dbus rbd-nbd golang-go git screen vim " +
doCmd("apt install lsof bash-completion libpam-systemd dbus rbd-nbd golang-go git screen vim " +
"ethstatus iftop ethtool sysstat traceroute whois devscripts automake libtool devscripts " +
"nmap clang rsync bind9utils dnsutils net-tools tcpdump wget curl iputils-ping pciutils " +
"iptables sysbench man usbutils ssh neofetch bc lshw telnet hdparm vrms")