diff --git a/reflex/utils/prerequisites.py b/reflex/utils/prerequisites.py index b2fb3946e..32bcc5a93 100644 --- a/reflex/utils/prerequisites.py +++ b/reflex/utils/prerequisites.py @@ -746,8 +746,8 @@ def install_bun(): [ "powershell", "-c", - f"irm {constants.Bun.INSTALL_URL}.ps1|iex", - ], # TODO: change install url to constants.BUN.WINDOWS_INSTALL_URL + f"irm {constants.Bun.WINDOWS_INSTALL_URL}|iex", + ], env={ "BUN_INSTALL": constants.Bun.ROOT_PATH, "BUN_VERSION": constants.Bun.VERSION,