Fix interactive command
This commit is contained in:
parent
62ae88778c
commit
67a90200df
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/pwsh
|
||||
powershell -c 'New-Item -Force $PROFILE';
|
||||
choco install --force chocolatey;
|
||||
choco install -y --force chocolatey;
|
||||
Copy-Item -Force (powershell -c '$PROFILE') $PROFILE;
|
||||
|
||||
Push-Location ~;
|
||||
|
|
Loading…
Reference in a new issue