From cdbd27d43e2167615b5d4281d8ff108ff7398df1 Mon Sep 17 00:00:00 2001 From: Jonathan Chang Date: Mon, 16 Dec 2024 17:30:57 -0800 Subject: [PATCH] install --- dev-infrastructure/scripts/istio.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-infrastructure/scripts/istio.sh b/dev-infrastructure/scripts/istio.sh index 41d55fe3c..ba8856852 100755 --- a/dev-infrastructure/scripts/istio.sh +++ b/dev-infrastructure/scripts/istio.sh @@ -30,7 +30,7 @@ else exit 1 fi -# curl -L "{$ISTIOCTL_URL}" | ISTIO_VERSION="${ISTIOCTL_VERSION}" TARGET_ARCH=x86_64 sh - +tar -xzf istio-"${ISTIOCTL_VERSION}"-linux-amd64.tar.gz cd istio-"${ISTIOCTL_VERSION}" export PATH=$PWD/bin:$PATH echo "=========================================================================="