Skip to content

Commit

Permalink
install script updated
Browse files Browse the repository at this point in the history
Former-commit-id: e64b0c8
  • Loading branch information
thewhiteh4t committed Aug 10, 2021
1 parent 2b7fe35 commit d19dd33
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions install.sh
@@ -1,2 +1,17 @@
echo
echo "> This script will install dependencies and configuration file"
echo
echo "> If you encounter any error please fix them before using the tool"
echo
echo "[!] Installing Requests..."
echo "--------------------------"
pip3 install requests
echo "--------------------------"

echo "[!] Creating Directory : $HOME/.config/pwnedornot"
mkdir -p $HOME/.config/pwnedornot

echo "[!] Copying config.json..."
cp config.json $HOME/.config/pwnedornot/config.json

echo "[+] DONE"

0 comments on commit d19dd33

Please sign in to comment.