Install htop and ncdu

This commit is contained in:
Evan 2024-06-14 12:00:11 -04:00
parent a87abee687
commit d9fcb4bc78
1 changed files with 1 additions and 1 deletions

View File

@ -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
apt-get update && apt-get full-upgrade -y && apt-get autoremove -y && apt-get install sudo curl wget htop ncdu -y