Skip to content

Commit 428a888

Browse files
authored
Merge pull request #68 from vaibhav135/bug/vaibhav135/67
fixed bug: Meshery bash installer incorrect #67
2 parents 229d453 + 09f9972 commit 428a888

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

Meshery-Adapters/consul-meshery-adapter/step1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Once ready, you can deploy Meshery.
88

99
Meshery can be downloaded, installed, and launched with a single command:
1010

11-
`curl -L https://git.io/meshery | ADAPTERS=consul PLATFORM=kubernetes bash -`{{execute}}
11+
`curl -L https://meshery.io/install | ADAPTERS=consul PLATFORM=kubernetes bash -`{{execute}}
1212

1313
**Congratulations!** You have successfully installed Meshery and the Meshery Adapter for Linkerd.
1414

Meshery-Adapters/istio-meshery-adapter/step1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Once ready, you can deploy Meshery.
88

99
Meshery can be downloaded, installed, and launched with a single command:
1010

11-
`curl -L https://git.io/meshery | ADAPTERS=istio PLATFORM=kubernetes bash -`{{execute}}
11+
`curl -L https://meshery.io/install | ADAPTERS=istio PLATFORM=kubernetes bash -`{{execute}}
1212

1313
**Congratulations!** You have successfully installed Meshery and the Meshery Adapter for Linkerd.
1414

Meshery-Adapters/kuma-meshery-adapter/step1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Once ready, you can deploy Meshery.
88

99
Meshery can be downloaded, installed, and launched with a single command:
1010

11-
`curl -L https://git.io/meshery | ADAPTERS=kuma PLATFORM=kubernetes bash -`{{execute}}
11+
`curl -L https://meshery.io/install | ADAPTERS=kuma PLATFORM=kubernetes bash -`{{execute}}
1212

1313
**Congratulations!** You have successfully installed Meshery and the Meshery Adapter for Kuma.
1414

Meshery-Adapters/linkerd-meshery-adapter/step1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Once ready, you can deploy Meshery.
88

99
Meshery can be downloaded, installed, and launched with a single command:
1010

11-
`curl -L https://git.io/meshery | ADAPTERS=linkerd PLATFORM=kubernetes bash -`{{execute}}
11+
`curl -L https://meshery.io/install | ADAPTERS=linkerd PLATFORM=kubernetes bash -`{{execute}}
1212

1313
**Congratulations!** You have successfully installed Meshery and the Meshery Adapter for Linkerd.
1414

Meshery-Adapters/nsm-meshery-adapter/step1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Once ready, you can deploy Meshery.
88

99
Meshery can be downloaded, installed, and launched with a single command:
1010

11-
`curl -L https://git.io/meshery | ADAPTERS=nsm PLATFORM=kubernetes bash -`{{execute}}
11+
`curl -L https://meshery.io/install | ADAPTERS=nsm PLATFORM=kubernetes bash -`{{execute}}
1212

1313
**Congratulations!** You have successfully installed Meshery and the Meshery Adapter for Linkerd.
1414

Meshery-Adapters/osm-meshery-adapter/step1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Once ready, you can deploy Meshery.
88

99
Meshery can be downloaded, installed, and launched with a single command:
1010

11-
`curl -L https://git.io/meshery | ADAPTERS=osm PLATFORM=kubernetes bash -`{{execute}}
11+
`curl -L https://meshery.io/install | ADAPTERS=osm PLATFORM=kubernetes bash -`{{execute}}
1212

1313
**Congratulations!** You have successfully installed Meshery and the Meshery Adapter for Open Service Mesh.
1414

Meshery-Adapters/traefik-meshery-adapter/step1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Once ready, you can deploy Meshery.
88

99
Meshery can be downloaded, installed, and launched with a single command:
1010

11-
`curl -L https://git.io/meshery | ADAPTERS=traefik PLATFORM=kubernetes bash -`{{execute}}
11+
`curl -L https://meshery.io/install | ADAPTERS=traefik PLATFORM=kubernetes bash -`{{execute}}
1212

1313
**Congratulations!** You have successfully installed Meshery and the Meshery Adapter for Traefik Mesh.
1414

Performance-Testing-With-Meshery/Running Performance Tests/step1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ After the environment has been setup, you may check up on your cluster nodes by
77

88
Meshery can be downloaded, installed, deployed and auto-launched with a single command:
99

10-
`curl -L https://git.io/meshery | bash -`{{execute}}
10+
`curl -L https://meshery.io/install | bash -`{{execute}}
1111

1212
**Congratulations!** You have successfully installed Meshery.
1313

Performance-Testing-With-Meshery/Traffic Splitting/step1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ After the environment has been setup, you may check up on your cluster nodes by
77

88
Meshery can be downloaded, installed, deployed and auto-launched with a single command:
99

10-
`curl -L https://git.io/meshery | bash -`{{execute}}
10+
`curl -L https://meshery.io/install | bash -`{{execute}}
1111

1212
**Congratulations!** You have successfully installed Meshery.
1313

0 commit comments

Comments
 (0)