From 976e97a0105498e55aa34af8befbe31ef1f10846 Mon Sep 17 00:00:00 2001 From: Harsh Singh Date: Fri, 6 Oct 2023 15:00:38 +0530 Subject: [PATCH] Fixed installer script --- vercel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.sh b/vercel.sh index 2c62139..e8fa2fd 100644 --- a/vercel.sh +++ b/vercel.sh @@ -14,7 +14,7 @@ install_vercel_cache_helper() { # Download vercel-cache-helper using curl echo "🚀 Downloading vercel-cache-helper..." - curl -fsSL https://github.com/harshdoesdev/vercel-cache-helper/releases/latest/download/vercel-cache-helper_linux_musl_x86_64 -o "$install_dir/vercel-cache-helper" + curl -fsSL https://github.com/fastn-stack/vercel-cache-helper/releases/latest/download/vercel-cache-helper_linux_musl_x86_64 -o "$install_dir/vercel-cache-helper" # Make it executable chmod +x "$install_dir/vercel-cache-helper"