Skip to content

Commit 3530470

Browse files
authored
added html2text module installation (pip)
1 parent 5053c7f commit 3530470

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

install.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ echo
66
echo "[!] Installing Requests..."
77
echo "--------------------------"
88
pip3 install requests
9+
pip3 install html2text
910
echo "--------------------------"
1011

1112
echo "[!] Creating Directory : $HOME/.config/pwnedornot"
@@ -14,4 +15,4 @@ mkdir -p $HOME/.config/pwnedornot
1415
echo "[!] Copying config.json..."
1516
cp config.json $HOME/.config/pwnedornot/config.json
1617

17-
echo "[+] DONE"
18+
echo "[+] DONE"

0 commit comments

Comments
 (0)