Install chocolatey globally
This commit is contained in:
parent
c51f888284
commit
785de5e5de
|
@ -18,7 +18,7 @@ Start-SoftwareInstaller -Force @args `
|
|||
choco install -y --force chocolatey;
|
||||
|
||||
Add-PowerShellProfileStatement `
|
||||
-DefaultUser `
|
||||
-System `
|
||||
-Category "$Name" `
|
||||
-Script (Get-Content $nativeProfile | Out-String) `
|
||||
-Append;
|
||||
|
|
Loading…
Reference in a new issue