From 4416c8b27e08735b710013c9fc81f3b91efaae1c Mon Sep 17 00:00:00 2001 From: Harsh Singh <64768386+harshdoesdev@users.noreply.github.com> Date: Fri, 19 Jan 2024 15:42:11 +0530 Subject: [PATCH] Update vercel.sh --- vercel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.sh b/vercel.sh index e8fa2fd..f2a327d 100644 --- a/vercel.sh +++ b/vercel.sh @@ -3,7 +3,7 @@ # Function to download and install fastn install_fastn() { echo "🚀 Installing fastn..." - curl -fsSL https://raw.githubusercontent.com/ftd-lang/fastn/main/install.sh | sh + curl -fsSL https://fastn.com/install.sh | sh echo "✅ fastn installed successfully!" }