Skip to content

Commit

Permalink
Merge pull request #9 from KiptoonKipkurui/master
Browse files Browse the repository at this point in the history
Correct mesheryctl install link
  • Loading branch information
leecalcote authored Oct 12, 2023
2 parents ce611ea + 853dc30 commit dd28363
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 dd28363

Please sign in to comment.