Skip to content

Commit

Permalink
change bun install link to main (#4164)
Browse files Browse the repository at this point in the history
  • Loading branch information
adhami3310 authored and simon committed Oct 23, 2024
1 parent 7806c12 commit 2a68f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reflex/constants/installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = (
Expand Down

0 comments on commit 2a68f83

Please sign in to comment.