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

This commit is contained in:
Elijah Ahianyo 2024-05-03 12:14:22 -07:00 committed by GitHub
parent a7355962fd
commit 24d15acae6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,