Fix incorrect winget installation statement

This commit is contained in:
Manuel Thalmann 2024-03-13 20:07:38 +01:00
parent afa64d591a
commit 3648e597d5

View file

@ -1,3 +1,5 @@
. "./scripts/Windows/Software/winget/Install.ps1";
[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072;
Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'));
@ -10,4 +12,4 @@ refreshenv;
Set-Location C:/;
git clone https://git.nuth.ch/manuth/PortValhalla.git;
Set-Location PortValhalla;
pwsh ./scripts/Windows/Software/winget/Install.ps1;
Install-Winget;