Update seedbox_installation.sh
This commit is contained in:
parent
18f4e3e9df
commit
d618d7ec37
|
@ -5,7 +5,7 @@ function Update {
|
||||||
normal_1; echo "Updating installed packages and install prerequisite"
|
normal_1; echo "Updating installed packages and install prerequisite"
|
||||||
normal_2
|
normal_2
|
||||||
apt-get -qqy update && apt-get -qqy upgrade
|
apt-get -qqy update && apt-get -qqy upgrade
|
||||||
apt-get -qqy install sudo sysstat
|
apt-get -qqy install sudo sysstat htop curl
|
||||||
cd $HOME
|
cd $HOME
|
||||||
tput sgr0; clear
|
tput sgr0; clear
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue