Skip to content

Commit 24d15ac

Browse files
Windows Pin Version followup (Use Windows Install Link) (#3193)
1 parent a735596 commit 24d15ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reflex/utils/prerequisites.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -746,8 +746,8 @@ def install_bun():
746746
[
747747
"powershell",
748748
"-c",
749-
f"irm {constants.Bun.INSTALL_URL}.ps1|iex",
750-
], # TODO: change install url to constants.BUN.WINDOWS_INSTALL_URL
749+
f"irm {constants.Bun.WINDOWS_INSTALL_URL}|iex",
750+
],
751751
env={
752752
"BUN_INSTALL": constants.Bun.ROOT_PATH,
753753
"BUN_VERSION": constants.Bun.VERSION,

0 commit comments

Comments
 (0)