Skip to content

Commit

Permalink
Fixed amass installer bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
bellma101 committed Mar 11, 2019
1 parent 0e633ff commit 36869df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ function install_go() {
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;
unzip "$TOOLS"/amass.zip -d "$TOOLS";
mv "$TOOLS"/amass_2.9.4_linux_amd64 "$TOOLS"/amass;
rm "$TOOLS"/amass.zip;
}
Expand Down

0 comments on commit 36869df

Please sign in to comment.