Skip to content

Commit e12f239

Browse files
authored
Remove sudo in installation guide [ci skip]
1 parent 466f20e commit e12f239

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ GITLABCTL_BIN_DIR=$HOME/.gitlabctl/bin
2929
mkdir -p $GITLABCTL_BIN_DIR && curl -Lo gitlabctl \
3030
https://github.com/devopsctl/gitlabctl/releases/download/v0.3.0/gitlabctl-darwin-amd64 \
3131
&& chmod +x gitlabctl \
32-
&& sudo mv gitlabctl $GITLABCTL_BIN_DIR
32+
&& mv gitlabctl $GITLABCTL_BIN_DIR
3333

3434
export PATH=$PATH:$GITLABCTL_BIN_DIR
3535

@@ -46,7 +46,7 @@ GITLABCTL_BIN_DIR=$HOME/.gitlabctl/bin
4646
mkdir -p $GITLABCTL_BIN_DIR && curl -Lo gitlabctl \
4747
https://github.com/devopsctl/gitlabctl/releases/download/v0.3.0/gitlabctl-linux-amd64 \
4848
&& chmod +x gitlabctl \
49-
&& sudo mv gitlabctl $GITLABCTL_BIN_DIR
49+
&& mv gitlabctl $GITLABCTL_BIN_DIR
5050

5151
export PATH=$PATH:$GITLABCTL_BIN_DIR
5252

0 commit comments

Comments
 (0)