-
-
Notifications
You must be signed in to change notification settings - Fork 190
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
Port install script to Powershell #119
Comments
#109 |
This is very much not true. While personally I'm not a huge fan of PowerShell, everything that can be done using Bash, can also be done just as easily in PowerShell. |
Ok..Maybe I should try to study it deeper. |
You'll find that PS has a lot more power with .NET behind it. Everything done in the current bash install script can be done in PS just fine. I'll create a draft PR with the prototype if you'd like to see how it works. |
Oh maybe that's the reason I felt powershell wasn't powerful enough. But do you need the .NET framework runtime to run .NET commands in powershell? |
While I have to admit my days of writing extensions for Firefox date back to when chrome and XUL where still a thing: Why don't we create an actual extension to install things? |
I've been using Bash for a long time, but I've rarely used PowerShell. There is one nice tool that was recently introduced. With one unified manager, I can spend more time fixing bugs or developing features. tldr; I will release powershell script in this version, but I have to go in the direction of using ffcss. |
Sigh Thanks. |
Created #122 for implementation. |
Experimental powershell script is merged. |
Is your feature request related to a problem? Please describe.
The current install script is written in bash - preventing it from being run on most Windows-based machines without the use of git-bash/WSL.
Describe the solution you'd like
The install script should be ported to Powershell (as part of v3) for Windows installations.
Describe alternatives you've considered
-none
Additional context
Wanted an issue for tracking against the v3 "powershell script" milestone. Happy to take a dig at implementing it.
The text was updated successfully, but these errors were encountered: