Skip to content

Commit

Permalink
Edited build.py to use python binary from environment rather than har…
Browse files Browse the repository at this point in the history
…dcoded place (offensive-security#1075)
  • Loading branch information
divyangchauhan authored and jcadduono committed Aug 2, 2018
1 parent c449f00 commit 7d99638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nethunter-installer/build.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
import os
import requests
import zipfile
Expand Down

0 comments on commit 7d99638

Please sign in to comment.