Fix interactive command

This commit is contained in:
Manuel Thalmann 2023-07-19 16:07:58 +02:00
parent 62ae88778c
commit 67a90200df

View file

@ -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 ~;