From 853dc3040e693392633500b789154a0634d2981d Mon Sep 17 00:00:00 2001 From: Daniel Kiptoon Date: Sat, 30 Sep 2023 14:55:44 +0300 Subject: [PATCH] correct mesheryctl install link Signed-off-by: Daniel Kiptoon --- meshery.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshery.sh b/meshery.sh index 3de1307..a9a3d11 100644 --- a/meshery.sh +++ b/meshery.sh @@ -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 }