4 Commits (5b79b5c5bb456f33cd29acc2728bf765f6248cc1)

Author SHA1 Message Date
Alex Hirsch da846996f5 Add .gitattributes 8 years ago
austinmroczek 6604aa0846 create scheduled task for upgrades 8 years ago
austinmroczek 9c1b9f0215 add ProviderName flag when installing packages
Tried running the file to install putty and got this:

WARNING: 'putty' matched package 'putty/0.67' from provider: 'Chocolatey', source 'chocolatey'
WARNING: 'Putty' matched package 'Putty/1.0' from provider: 'PowerShellGet', source 'PSGallery'
Install-Package : Unable to install, multiple packages matched 'Putty'. Please specify a single -ProviderName.

Following the surprisingly helpful error message, I added the ProviderName flag to the end of line 36

Testing on my system and all seems fine.
8 years ago
Alex Hirsch 77ffe2f63e Move some things around for a new version 9 years ago