chore: add extensions to windows handlers
This commit is contained in:
parent
8bbbc6d7d7
commit
9632c7fde6
3 changed files with 3 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
|||
powershell
|
||||
reg.reg
|
||||
powershell.ps1
|
||||
registry.reg
|
||||
|
|
1
packages/chocolatey/powershell → packages/chocolatey/powershell.ps1
Normal file → Executable file
1
packages/chocolatey/powershell → packages/chocolatey/powershell.ps1
Normal file → Executable file
|
@ -139,3 +139,4 @@ if (!(Test-Path $ChocoInstallPath)) {
|
|||
# TODO If offline:
|
||||
#Install-ChocolateyFromPackage 'chocolatey.0.11.2.nupkg'
|
||||
}
|
||||
choco upgrade all
|
Loading…
Add table
Reference in a new issue