Compare commits
No commits in common. "a3594134980de24d1f235d0ab9958a8496fe604c" and "1c0a397594f14b92a65aa17e2de5e9ea8b30e3ea" have entirely different histories.
a359413498
...
1c0a397594
1 changed files with 11 additions and 10 deletions
|
@ -220,19 +220,20 @@
|
||||||
<Order>3</Order>
|
<Order>3</Order>
|
||||||
<RequiresUserInput>false</RequiresUserInput>
|
<RequiresUserInput>false</RequiresUserInput>
|
||||||
<CommandLine>powershell -c
|
<CommandLine>powershell -c
|
||||||
[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072;
|
Set-ExecutionPolicy Bypass -Scope Process -Force;
|
||||||
iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'));
|
[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072;
|
||||||
|
iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'));
|
||||||
|
|
||||||
Import-Module $env:ChocolateyInstall/helpers/chocolateyProfile.psm1;
|
Import-Module $env:ChocolateyInstall/helpers/chocolateyProfile.psm1;
|
||||||
|
|
||||||
choco install -y winget;
|
choco install -y winget;
|
||||||
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 C:/;
|
cd C:/;
|
||||||
git clone https://git.nuth.ch/manuth/PortValhalla.git;
|
git clone https://git.nuth.ch/manuth/PortValhalla.git;
|
||||||
cd PortValhalla;</CommandLine>
|
cd PortValhalla;</CommandLine>
|
||||||
<Description>Install PowerShell Core and git and run setup</Description>
|
<Description>Install PowerShell Core and git and run setup</Description>
|
||||||
</SynchronousCommand>
|
</SynchronousCommand>
|
||||||
</FirstLogonCommands>
|
</FirstLogonCommands>
|
||||||
|
|
Loading…
Reference in a new issue