From 52b5f9b92cd3c326ecf082813649b13a0103e3ac Mon Sep 17 00:00:00 2001 From: Topher Brown <206988+topher200@users.noreply.github.com> Date: Thu, 7 Mar 2024 13:06:09 -0500 Subject: [PATCH] add btop, remove bat (#267) --- scripts/install-slow-packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-slow-packages.sh b/scripts/install-slow-packages.sh index 1dd62823..2f3f9c04 100755 --- a/scripts/install-slow-packages.sh +++ b/scripts/install-slow-packages.sh @@ -11,7 +11,7 @@ command_exists() { sudo apt-get update && DEBIAN_FRONTEND=noninteractive sudo apt-get install -y \ autojump \ - bat \ + btop \ build-essential \ colorized-logs \ curl \