File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ $feed = $env:KRE_NUGET_API_URL
24
24
25
25
if (! $feed )
26
26
{
27
- $feed = " https://www.myget.org/F/aspnetvnext /api/v2" ;
27
+ $feed = " https://www.myget.org/F/aspnetrelease /api/v2" ;
28
28
}
29
29
30
30
$scriptPath = $myInvocation.MyCommand.Definition
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ if (!(Test-Path $tempPath)) { md $tempPath | Out-Null }
8
8
9
9
$webClient = New-Object System.Net.WebClient
10
10
Write-Host " Downloading KVM.ps1 to $kvmPs1Path "
11
- $webClient.DownloadFile (' https://raw.githubusercontent.com/aspnet/Home/master /kvm.ps1' , $kvmPs1Path )
11
+ $webClient.DownloadFile (' https://raw.githubusercontent.com/aspnet/Home/release /kvm.ps1' , $kvmPs1Path )
12
12
Write-Host " Downloading KVM.cmd to $kvmCmdPath "
13
- $webClient.DownloadFile (' https://raw.githubusercontent.com/aspnet/Home/master /kvm.cmd' , $kvmCmdPath )
13
+ $webClient.DownloadFile (' https://raw.githubusercontent.com/aspnet/Home/release /kvm.cmd' , $kvmCmdPath )
14
14
Write-Host " Installing KVM"
15
15
& $kvmCmdPath setup
You can’t perform that action at this time.
0 commit comments