diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 5d793f2..ca14ccc 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -10,6 +10,7 @@ builds: goos: - darwin - linux + - windows goarch: - amd64 - arm64 @@ -17,6 +18,10 @@ builds: archives: - formats: - tar.gz + format_overrides: + - goos: windows + formats: + - zip name_template: "shellguard_{{ .Os }}_{{ .Arch }}" homebrew_casks: @@ -24,7 +29,7 @@ homebrew_casks: binaries: - shellguard repository: - owner: jonchun + owner: fawdyinc name: homebrew-tap token: "{{ .Env.HOMEBREW_TAP_TOKEN }}" homepage: https://github.com/fawdyinc/shellguard @@ -41,5 +46,5 @@ checksum: release: github: - owner: jonchun + owner: fawdyinc name: shellguard diff --git a/README.md b/README.md index cefa581..d4c43b1 100644 --- a/README.md +++ b/README.md @@ -16,13 +16,13 @@ Commands are restricted to a curated set of observation and diagnostic tools. De ### Install ```bash -brew install jonchun/tap/shellguard +brew install fawdyinc/tap/shellguard ``` Or download the latest binary: ```bash -curl -fsSL https://raw.githubusercontent.com/jonchun/shellguard/main/install.sh | sh +curl -fsSL https://raw.githubusercontent.com/fawdyinc/shellguard/main/install.sh | sh ``` Or with Go: diff --git a/install.sh b/install.sh index 12b58ac..220a699 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/sh set -e -REPO="jonchun/shellguard" +REPO="fawdyinc/shellguard" INSTALL_DIR="${SHELLGUARD_INSTALL_DIR:-/usr/local/bin}" main() {