UpdateCommand / update

Update scripts for apm, apt, brew, cargo, gem, npm, pip, yum, and more
34 stars 11 forks source link

Any plans to support Windows? #6

Closed Rudxain closed 2 years ago

Rudxain commented 2 years ago

I didn't find support for choco and winget package managers. I know a little bit of PowerShell, but I have more experience in MKSH and Bash, so I could contribute but I rarely use PMs and I don't know how choco & winget work (I only used winget ~3 times in my life)

joelparkerhenderson commented 2 years ago

Thanks, I'm happy to merge any pull request that adds Windows support.

Rudxain commented 2 years ago

Nice! I'll do some research about it before contributing. But I'm busy with 2 (actually more, but those are the minimum) repos and other things IRL so it'll take a lot of time. It's more likely that someone else is faster than me and opens the PR before me. I think I could help by searching for willing contributors instead

joelparkerhenderson commented 2 years ago

I added starter files for choco and scoop, if you want to try them to see if they work OK for you.

Rudxain commented 2 years ago

Thanks! I'll test them in some time, I'm currently working on Linux, and my Windows install doesn't have them installed yet