denoland / deno_install

Deno Binary Installer
https://deno.land/
MIT License
966 stars 179 forks source link

Add `-g` flag for global system install #284

Open Mqxx opened 4 months ago

Mqxx commented 4 months ago

This pull request adds a flag to the install script for the global installation of Deno. If the flag is set the global system PATH variable for Deno is set instead of the user PATH variable and the default installation directory is set to ${Env:ProgramFiles}\deno\bin instead of ${Home}\.deno\bin variable.

dsherret commented 3 months ago

@joaka1987 can you please stop spamming?

Mqxx commented 3 months ago

Hey @dsherret, can this be merged?

Mqxx commented 3 months ago

I will make these changes asap.

Mqxx commented 3 months ago

@dsherret Done 👍

dsherret commented 3 months ago

Hmmm... not sure why the mac ci is failing. Must be unrelated.

Mqxx commented 3 months ago

Hey @dsherret, can you re-run it?

Mqxx commented 2 months ago

@dsherret can this be merged?

Mqxx commented 2 months ago

For some reason the pipeline fails. I am not sure why.