Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
togettoyou authored Jan 23, 2024
1 parent 7b9603e commit b92f193
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ filename="kubectl-lazy_"$version"_"$goos"_"$goarch".tar.gz"

rm -f $filename

curl -LJO "https://ghproxy.com/https://github.com/togettoyou/kubectl-lazy/releases/download/v"$version"/"$filename""
curl -LJO "https://mirror.ghproxy.com/https://github.com/togettoyou/kubectl-lazy/releases/download/v"$version"/"$filename""

tar -xvf $filename

chmod +x ./kubectl-lazy

mv ./kubectl-lazy /usr/local/bin

kubectl plugin list
kubectl plugin list

0 comments on commit b92f193

Please sign in to comment.