-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add -g
flag for global system install
#284
base: master
Are you sure you want to change the base?
Conversation
@joaka1987 can you please stop spamming? |
Removed old install_global.ps1 script
install_global.ps1
for global system install-g
flag for global system install
Hey @dsherret, can this be merged? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Almost there.
I will make these changes asap. |
@dsherret Done 👍 |
Hmmm... not sure why the mac ci is failing. Must be unrelated. |
Hey @dsherret, can you re-run it? |
@dsherret can this be merged? |
For some reason the pipeline fails. I am not sure why. |
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.