PortValhalla/scripts/Windows/Software/chocolatey/Install.ps1

5 lines
154 B
PowerShell
Raw Normal View History

2023-07-18 15:49:54 +00:00
#!/bin/pwsh
. "$PSScriptRoot/profile.ps1";
powershell "$PSScriptRoot/profile.ps1";
Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1";