From d618d7ec37c0eed52fc67736107e20c441195870 Mon Sep 17 00:00:00 2001 From: jerry048 Date: Thu, 5 Aug 2021 16:09:57 +0800 Subject: [PATCH] Update seedbox_installation.sh --- seedbox_installation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seedbox_installation.sh b/seedbox_installation.sh index e2de118..b488fd5 100644 --- a/seedbox_installation.sh +++ b/seedbox_installation.sh @@ -5,7 +5,7 @@ function Update { normal_1; echo "Updating installed packages and install prerequisite" normal_2 apt-get -qqy update && apt-get -qqy upgrade - apt-get -qqy install sudo sysstat + apt-get -qqy install sudo sysstat htop curl cd $HOME tput sgr0; clear }