Skip to content
This repository has been archived by the owner on Apr 11, 2021. It is now read-only.

Commit

Permalink
Merge pull request #10 from jafoca/patch-2
Browse files Browse the repository at this point in the history
Branch info for Massdns to fix breaking change
  • Loading branch information
reconned authored Feb 14, 2018
2 parents 8619609 + 9e6283f commit da9e6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion domained.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def upgradeFiles():
print("\n\033[1;31mInstalling Subbrute \033[1;37m")
os.system(subbruteUpgrade)
print("\nSubbrute Installed\n")
massdnsUpgrade = ("git clone https://github.com/blechschmidt/massdns ./bin/massdns")
massdnsUpgrade = ("git clone --branch v0.2 --single-branch https://github.com/blechschmidt/massdns ./bin/massdns")
print("\n\033[1;31mInstalling massdns \033[1;37m")
os.system(massdnsUpgrade)
massdnsMake = ("make -C ./bin/massdns")
Expand Down

0 comments on commit da9e6bc

Please sign in to comment.