File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ func makeUpdate() *cobra.Command {
2222const 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
You can’t perform that action at this time.
0 commit comments