Update seedbox_installation.sh

This commit is contained in:
jerry048 2023-02-02 23:03:52 +08:00 committed by GitHub
parent 706b8ea8ca
commit 8585bb29b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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_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 htop curl psmisc apt-get -qqy install sudo sysstat htop curl psmisc python3-pyqt5
cd $HOME cd $HOME
tput sgr0; clear tput sgr0; clear
} }