PEzor
PEzor copied to clipboard
Fix sgn install command
The go get command for installing go binaries was deprecated in favor of go install. Therefore, go install github.com/EgeBalci/sgn@latest should be used to install sgn.
See https://github.com/EgeBalci/sgn/pull/15.