Update seedbox_installation.sh

This commit is contained in:
jerry048 2021-08-05 16:09:57 +08:00
parent 18f4e3e9df
commit d618d7ec37
1 changed files with 1 additions and 1 deletions

View File

@ -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
}