gitlabctl icon indicating copy to clipboard operation
gitlabctl copied to clipboard

Create a Homebrew installer script

Open bzon opened this issue 6 years ago • 1 comments

Reference: https://docs.brew.sh/How-to-Create-and-Maintain-a-Tap

bzon avatar Jul 23 '18 09:07 bzon

It's a good idea, but the command is so easy. curl -Lo /usr/local/bin/gitlabctl https://github.com/devopsctl/gitlabctl/releases/download/v0.3.0/gitlabctl-darwin-amd64;chmod +x /usr/local/bin/gitlabctl

ddy86 avatar Nov 28 '18 01:11 ddy86