Skip to content

Commit

Permalink
correct mesheryctl install link
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Kiptoon <[email protected]>
  • Loading branch information
KiptoonKipkurui committed Sep 30, 2023
1 parent ce611ea commit 853dc30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meshery.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ main() {
kubectl config view --minify --flatten > ~/minified_config
mv ~/minified_config ~/.kube/config

curl -L https://git.io/meshery | PLATFORM=$meshery_platform bash -
curl -L https://meshery.io/install | PLATFORM=$meshery_platform bash -

sleep 30
}
Expand Down

0 comments on commit 853dc30

Please sign in to comment.