Windows Pin Version followup (Use Windows Install Link) (#3193)
This commit is contained in:
parent
a7355962fd
commit
24d15acae6
@ -746,8 +746,8 @@ def install_bun():
|
|||||||
[
|
[
|
||||||
"powershell",
|
"powershell",
|
||||||
"-c",
|
"-c",
|
||||||
f"irm {constants.Bun.INSTALL_URL}.ps1|iex",
|
f"irm {constants.Bun.WINDOWS_INSTALL_URL}|iex",
|
||||||
], # TODO: change install url to constants.BUN.WINDOWS_INSTALL_URL
|
],
|
||||||
env={
|
env={
|
||||||
"BUN_INSTALL": constants.Bun.ROOT_PATH,
|
"BUN_INSTALL": constants.Bun.ROOT_PATH,
|
||||||
"BUN_VERSION": constants.Bun.VERSION,
|
"BUN_VERSION": constants.Bun.VERSION,
|
||||||
|
Loading…
Reference in New Issue
Block a user