Skip to content

Commit

Permalink
optimised requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteHatCyberus authored Apr 14, 2023
1 parent 8b38b53 commit 8ebc2b1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions snort/snortgui/resources/info/requirements.txt
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

0 comments on commit 8ebc2b1

Please sign in to comment.