Skip to content

Commit

Permalink
Merge pull request Manisso#48 from pitz143/master
Browse files Browse the repository at this point in the history
fix setoolkit installation
  • Loading branch information
thehappydinoa authored Mar 18, 2018
2 parents 4ae3fe8 + 4fb9729 commit 4b52b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsociety.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ def install(self):
python-pymssql build-essential python-pexpect python-pefile python-crypto python-openssl")
os.system("git clone --depth=1 %s %s" %
(self.gitRepo, self.installDir))
os.system("python %s/setup.py install" % self.installDir)
os.system("cd %s && python setup.py install" % self.installDir)

def run(self):
os.system("setoolkit")
Expand Down

0 comments on commit 4b52b4d

Please sign in to comment.