FleexSecurity / fleex

Fleex makes it easy to create multiple VPS on cloud providers and use them to distribute workloads.
https://fleexsecurity.github.io/fleex-docs/
Apache License 2.0
250 stars 30 forks source link

replaced go get with go install #26

Closed remonsec closed 2 years ago

remonsec commented 2 years ago

After spawning boxes, I saw that only the gobuster was installed. Then I realized maybe only gobuster used go install and other tools was using go get So just replaced go get with go install and now I see all other tools also get installed

sw33tLie commented 2 years ago

Indeed that makes sense, merging now :) Thank you

xm1k3 commented 2 years ago

Thank you @remonsec for this PR!