Store scripts in a non-user directory

This commit is contained in:
Manuel Thalmann 2023-06-23 20:18:21 +02:00
parent eb6a7f24bf
commit 9a77f33029

View file

@ -230,7 +230,8 @@
choco install -y git --params='/WindowsTerminalProfile /DefaultBranchName:main';
choco install -y powershell-core --install-arguments='"ADD_FILE_CONTEXT_MENU_RUNPOWERSHELL=1 ADD_EXPLORER_CONTEXT_MENU_OPENPOWERSHELL=1 REGISTER_MANIFEST=1 USE_MU=1 ENABLE_MU=1"';
refreshenv;
cd $env:USERPROFILE/Documents;
cd C:\;
git clone https://git.nuth.ch/manuth/PortValhalla.git;</CommandLine>
<Description>Install PowerShell Core and git and run setup</Description>
</SynchronousCommand>