Skip to content

Commit

Permalink
Bumped amass version.
Browse files Browse the repository at this point in the history
  • Loading branch information
bellma101 committed Mar 11, 2019
1 parent b0142cf commit 0e633ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ function install_amass() {
echo -e "$GREEN""Installing amass from Github.""$NC";
wget https://github.com/OWASP/Amass/releases/download/2.9.4/amass_2.9.4_linux_amd64.zip -O "$TOOLS"/amass.zip;
unzip "$TOOLS"/amass.zip;
mv amass_2.9.4_linux_amd64 amass;
rm amass.zip;
mv "$TOOLS"/amass_2.9.4_linux_amd64 "$TOOLS"/amass;
rm "$TOOLS"/amass.zip;
}

# Check for custom path
Expand Down

0 comments on commit 0e633ff

Please sign in to comment.