Skip to content

Commit

Permalink
Install script patches - Arch, ClamAV
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKollar committed Feb 26, 2024
1 parent d5d4aab commit e379d70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ install_reqs() {
sudo pip install -U pyopenssl cryptography
;;
"Arch")
sudo pacman -S python3 python3-pip whois nmap -y
sudo pacman -S clamav
sudo pacman -Sy python3 python3-pip whois nmap
sudo pacman -Sy clamav
python3 -m pip install --upgrade pip
sudo pip install requests fpdf pyfiglet click tabulate openai
pip install -U pyopenssl cryptography
Expand Down

0 comments on commit e379d70

Please sign in to comment.