浏览代码

Windows Pin Version followup (Use Windows Install Link) (#3193)

Elijah Ahianyo 1 年之前
父节点
当前提交
24d15acae6
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      reflex/utils/prerequisites.py

+ 2 - 2
reflex/utils/prerequisites.py

@@ -746,8 +746,8 @@ def install_bun():
             [
             [
                 "powershell",
                 "powershell",
                 "-c",
                 "-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={
             env={
                 "BUN_INSTALL": constants.Bun.ROOT_PATH,
                 "BUN_INSTALL": constants.Bun.ROOT_PATH,
                 "BUN_VERSION": constants.Bun.VERSION,
                 "BUN_VERSION": constants.Bun.VERSION,