Skip to content

Commit 161d679

Browse files
committed
Update get.sh instructions
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 1f52a8e commit 161d679

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/update.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ func makeUpdate() *cobra.Command {
2222
const updateStr = `You can update inletsctl with the following:
2323
2424
# For Linux/MacOS:
25-
curl -SLfs https://inletsctl.inlets.dev | sudo sh
25+
curl -SLfs https://raw.githubusercontent.com/inlets/inletsctl/master/get.sh | sudo sh
2626
2727
# For Windows (using Git Bash)
28-
curl -SLfs https://inletsctl.inlets.dev | sh
28+
curl -SLfs https://raw.githubusercontent.com/inlets/inletsctl/master/get.sh | sh
2929
3030
# Or download from GitHub: https://github.com/inlets/inletsctl/releases
3131

0 commit comments

Comments
 (0)