Commit d42ca2

2025-07-28 02:39:46 Tebby Dog: Removed vmstat its included in most builds
2-code/bash/bootstrap-script.md ..
@@ 53,7 53,7 @@
echo "Install common packages?"
if [[ "$answer" == "yes" ]] || [[ "$answer" == "y" ]]; then
echo "Instaling known needed packages."
- sudo apt install nano curl git wget ufw mc htop tldr btop iotop ncdu duf vmstat nmon bmon nload iftop nethogs zoxide fzf ripgrep -y 1>&2
+ sudo apt install nano curl git wget ufw mc htop tldr btop iotop ncdu duf nmon bmon nload iftop nethogs zoxide fzf ripgrep -y 1>&2
exit 1
fi
echo "Install tailscale?" read answer
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9