-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8b38b53
commit 8ebc2b1
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
sudo -S apt install python3 -y | ||
sudo -S apt install python3-tk -y | ||
sudo -S apt install python3-pil python3-pil.imagetk -y | ||
sudo -S apt install gedit -y | ||
sudo -S apt install snort -y | ||
sudo -S apt install python3-matplotlib -y | ||
pip install psutil | ||
sudo -S apt install python3 -y -q=3 | ||
sudo -S apt install python3-tk -y -q=3 | ||
sudo -S apt install python3-pil python3-pil.imagetk -y -q=3 | ||
sudo -S apt install gedit -y -q=3 | ||
sudo -S apt install snort -y -q=3 | ||
sudo -S apt install python3-matplotlib -y -q=3 | ||
pip install psutil -q 2>/dev/null |