Store scripts in a non-user directory
This commit is contained in:
parent
eb6a7f24bf
commit
9a77f33029
|
@ -230,7 +230,8 @@
|
||||||
choco install -y git --params='/WindowsTerminalProfile /DefaultBranchName:main';
|
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"';
|
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;
|
refreshenv;
|
||||||
cd $env:USERPROFILE/Documents;
|
|
||||||
|
cd C:\;
|
||||||
git clone https://git.nuth.ch/manuth/PortValhalla.git;</CommandLine>
|
git clone https://git.nuth.ch/manuth/PortValhalla.git;</CommandLine>
|
||||||
<Description>Install PowerShell Core and git and run setup</Description>
|
<Description>Install PowerShell Core and git and run setup</Description>
|
||||||
</SynchronousCommand>
|
</SynchronousCommand>
|
||||||
|
|
Loading…
Reference in a new issue