Fix incorrect winget
installation statement
This commit is contained in:
parent
d67a1d5be9
commit
2f4222ecdb
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue