Skip to content

Commit

Permalink
Add install.sh (#299)
Browse files Browse the repository at this point in the history
Add install.sh
  • Loading branch information
twpayne committed May 18, 2019
2 parents a192eb6 + fa87510 commit 1904a34
Show file tree
Hide file tree
Showing 2 changed files with 417 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,7 @@ strict-lint:
.PHONY: test
test:
go test -race ./...

.PHONY: update-install.sh
update-install.sh:
curl -sfL -o scripts/install.sh https://install.goreleaser.com/github.com/twpayne/chezmoi.sh
Loading

0 comments on commit 1904a34

Please sign in to comment.