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 }