Skip to content

Commit dd28363

Browse files
authored
Merge pull request #9 from KiptoonKipkurui/master
Correct mesheryctl install link
2 parents ce611ea + 853dc30 commit dd28363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meshery.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ main() {
2424
kubectl config view --minify --flatten > ~/minified_config
2525
mv ~/minified_config ~/.kube/config
2626

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

2929
sleep 30
3030
}

0 commit comments

Comments
 (0)