Skip to content

Commit

Permalink
Update ruler.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Zawadidone authored Feb 8, 2019
1 parent 854068f commit a433bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/post-exploitation/ruler.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
FEDORA="git,golang"

# COMMANDS TO RUN AFTER
AFTER_COMMANDS="go get github.com/sensepost/ruler,go get -u github.com/sensepost/ruler"
AFTER_COMMANDS="export GOPATH=$HOME/go,go get github.com/sensepost/ruler,go get -u github.com/sensepost/ruler"

# THIS WILL CREATE AN AUTOMATIC LAUNCHER FOR THE TOOL
LAUNCHER=""
Expand Down

0 comments on commit a433bf1

Please sign in to comment.