Skip to content

Commit

Permalink
Fixed amass reinstall.
Browse files Browse the repository at this point in the history
  • Loading branch information
bellma101 committed Mar 31, 2019
1 parent ad91635 commit 0228d81
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,9 @@ function install_go() {
}

function install_amass() {
if [[ -d "$TOOLS"/amass ]]; then
rm -rf "$TOOLS"/amass;
fi
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 -o "$TOOLS"/amass.zip -d "$TOOLS";
Expand Down

0 comments on commit 0228d81

Please sign in to comment.