From adfe0d6232c409ba7dbee1db21cd620d47b1a8ab Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Mon, 29 Oct 2018 15:47:27 +0100 Subject: [PATCH] added htop on misc --- bin/misc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/misc.sh b/bin/misc.sh index 06a8f2c..eb49a50 100755 --- a/bin/misc.sh +++ b/bin/misc.sh @@ -20,7 +20,7 @@ sed -i "s/^# en_GB.UTF-8/en_GB.UTF-8/g" /etc/locale.gen locale-gen apt-get --yes --force-yes install ntp dpkg-reconfigure tzdata -apt-get --yes --force-yes install tmux etckeeper needrestart +apt-get --yes --force-yes install tmux etckeeper needrestart htop # TODO cron # https://askubuntu.com/questions/56683/where-is-the-cron-crontab-log/121560#121560