Install chocolatey profile for all future users
This commit is contained in:
parent
b65f144d45
commit
fa035a29b2
4 changed files with 17 additions and 8 deletions
scripts/Windows/Software/chocolatey
|
@ -1,6 +0,0 @@
|
|||
#!/bin/pwsh
|
||||
powershell -c 'New-Item -Force $PROFILE';
|
||||
choco install --force chocolatey;
|
||||
Copy-Item -Force (powershell -c '$PROFILE') $PROFILE;
|
||||
|
||||
Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1";
|
Loading…
Add table
Add a link
Reference in a new issue