Skip to content

Commit

Permalink
Update fsociety.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Manisso authored Jan 1, 2018
1 parent 62d0aee commit 75582d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fsociety.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ def atscan():
print ("Do You To Install ATSCAN ?")
choiceshell = raw_input("Y/N: ")
if choiceshell in yes:
os.system("sudo rm -rf ATSCAN")
os.system("git clone https://github.com/AlisamTechnology/ATSCAN.git")
os.system("cd ATSCAN")
os.system("bash install.sh")
Expand Down

0 comments on commit 75582d3

Please sign in to comment.