We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5053c7f commit 3530470Copy full SHA for 3530470
install.sh
@@ -6,6 +6,7 @@ echo
6
echo "[!] Installing Requests..."
7
echo "--------------------------"
8
pip3 install requests
9
+pip3 install html2text
10
11
12
echo "[!] Creating Directory : $HOME/.config/pwnedornot"
@@ -14,4 +15,4 @@ mkdir -p $HOME/.config/pwnedornot
14
15
echo "[!] Copying config.json..."
16
cp config.json $HOME/.config/pwnedornot/config.json
17
-echo "[+] DONE"
18
+echo "[+] DONE"
0 commit comments