We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f52a8e commit 161d679Copy full SHA for 161d679
cmd/update.go
@@ -22,10 +22,10 @@ func makeUpdate() *cobra.Command {
22
const updateStr = `You can update inletsctl with the following:
23
24
# For Linux/MacOS:
25
-curl -SLfs https://inletsctl.inlets.dev | sudo sh
+curl -SLfs https://raw.githubusercontent.com/inlets/inletsctl/master/get.sh | sudo sh
26
27
# For Windows (using Git Bash)
28
-curl -SLfs https://inletsctl.inlets.dev | sh
+curl -SLfs https://raw.githubusercontent.com/inlets/inletsctl/master/get.sh | sh
29
30
# Or download from GitHub: https://github.com/inlets/inletsctl/releases
31
0 commit comments