-
Notifications
You must be signed in to change notification settings - Fork 18
Description
Hey there, I'm the main developer of winget-install, a command-line winget installation script.
I love your site, and I started thinking, maybe we could integrate winget-install into winget.run by setting up a redirect like winget.run/install for use on the command line.
Right now I've set up my own redirect in Method 2 which redirects to the latest code-signed release of the script on the repo.
Whereas this is one of the current setups I have available...
irm asheroto.com/winget | iexWhat if your team added the /install path to redirect so users could type this...
irm winget.run/install | iexWhich would make installing winget super easy, as well as making it easy to remember!
I understand you may not want to go beyond the scope of your project, but thought I'd toss this idea in the hat and see what you guys think.
winget-install supports Windows 10/11 and Server 2022. The script functionality is detailed on the readme as well.
Thanks!