From 8585bb29b85ae3a73be1beb338839b50d6733ec6 Mon Sep 17 00:00:00 2001 From: jerry048 <61510650+jerry048@users.noreply.github.com> Date: Thu, 2 Feb 2023 23:03:52 +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 32bca6c..efcb76c 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 htop curl psmisc + apt-get -qqy install sudo sysstat htop curl psmisc python3-pyqt5 cd $HOME tput sgr0; clear }