Skip to content

Commit

Permalink
Add install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed May 18, 2019
1 parent a192eb6 commit fa87510
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 fa87510

Please sign in to comment.