From d9fcb4bc78a72228cb01b9d5a1e5b78f3adbfc96 Mon Sep 17 00:00:00 2001 From: Evan <17254809+bigun27@users.noreply.github.com> Date: Fri, 14 Jun 2024 12:00:11 -0400 Subject: [PATCH] Install htop and ncdu --- lxc-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxc-setup.sh b/lxc-setup.sh index aa432e4..5bfd3cf 100644 --- a/lxc-setup.sh +++ b/lxc-setup.sh @@ -2,4 +2,4 @@ dpkg-reconfigure tzdata dpkg-reconfigure locales echo 'Acquire::http { Proxy "http://10.40.20.111:3142"; }' | tee -a /etc/apt/apt.conf.d/proxy -apt-get update && apt-get full-upgrade -y && apt-get autoremove -y && apt-get install sudo curl wget -y \ No newline at end of file +apt-get update && apt-get full-upgrade -y && apt-get autoremove -y && apt-get install sudo curl wget htop ncdu -y \ No newline at end of file