From 1eb92fa39b42fc6f4605dfec748bcc3562d682e2 Mon Sep 17 00:00:00 2001 From: Khaleel Al-Adhami Date: Fri, 11 Oct 2024 15:51:30 -0700 Subject: [PATCH] change bun install link to main (#4164) --- reflex/constants/installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reflex/constants/installer.py b/reflex/constants/installer.py index 627db5ae8..b12d56c78 100644 --- a/reflex/constants/installer.py +++ b/reflex/constants/installer.py @@ -44,7 +44,7 @@ class Bun(SimpleNamespace): DEFAULT_PATH = ROOT_PATH / "bin" / ("bun" if not IS_WINDOWS else "bun.exe") # URL to bun install script. - INSTALL_URL = "https://raw.githubusercontent.com/reflex-dev/reflex/change-bun-link/scripts/bun_install.sh" + INSTALL_URL = "https://raw.githubusercontent.com/reflex-dev/reflex/main/scripts/bun_install.sh" # URL to windows install script. WINDOWS_INSTALL_URL = (