Skip to content

Commit

Permalink
chore: Version v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlan2k committed Mar 24, 2024
1 parent f15d1c8 commit 6ab2b92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ adduser --system --home /opt/phatcrack-server phatcrack-server

cd /opt/phatcrack-server

wget https://github.com/lachlan2k/phatcrack/releases/download/v0.2.0/docker-compose.yml
wget https://github.com/lachlan2k/phatcrack/releases/download/v0.2.1/docker-compose.yml

# Update your hostname here:
echo "HOST_NAME=phatcrack.lan" >> .env
Expand Down Expand Up @@ -72,7 +72,7 @@ chown -R phatcrack-agent:phatcrack-agent ./hashcat

# Download the phatcrack-agent program from the local server
wget https://phatcrack.lan/phatcrack-agent
# Or, you can download from https://github.com/lachlan2k/phatcrack/releases/download/v0.2.0/phatcrack-agent
# Or, you can download from https://github.com/lachlan2k/phatcrack/releases/download/v0.2.1/phatcrack-agent

chmod +x ./phatcrack-agent
./phatcrack-agent install -defaults -api-endpoint https://phatcrack.lan/api/v1 -auth-key API_KEY_FROM_SERVER_HERE
Expand Down

0 comments on commit 6ab2b92

Please sign in to comment.