From c751f39b599426ff7287115a387524cc32d2a157 Mon Sep 17 00:00:00 2001 From: Shreyas Zare Date: Sat, 20 Apr 2019 17:14:12 +0530 Subject: [PATCH] installer: updated .NET Core download url. --- DnsServerApp.NETCore/install-raspi.sh | 4 ++-- DnsServerApp.NETCore/install-ubuntu.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DnsServerApp.NETCore/install-raspi.sh b/DnsServerApp.NETCore/install-raspi.sh index d31369f9..96639eb8 100644 --- a/DnsServerApp.NETCore/install-raspi.sh +++ b/DnsServerApp.NETCore/install-raspi.sh @@ -1,8 +1,8 @@ #!/bin/sh aspnetcoreDir="/opt/dotnet" -aspnetcoreTar="/opt/dotnet/aspnetcore-runtime-2.2.0-linux-arm.tar.gz" -aspnetcoreUrl="https://download.visualstudio.microsoft.com/download/pr/860e937d-aa99-4047-b957-63b4cba047de/da5ed8a5e7c1ac3b4f3d59469789adac/aspnetcore-runtime-2.2.0-linux-arm.tar.gz" +aspnetcoreTar="/opt/dotnet/aspnetcore-runtime-2.2.4-linux-arm.tar.gz" +aspnetcoreUrl="https://download.visualstudio.microsoft.com/download/pr/7c130118-be9f-4e5b-89c3-97ffcfa2f45e/e156161f472b57159868c7b6225679f8/aspnetcore-runtime-2.2.4-linux-arm.tar.gz" dnsDir="/etc/dns" dnsTar="/etc/dns/DnsServerPortable.tar.gz" diff --git a/DnsServerApp.NETCore/install-ubuntu.sh b/DnsServerApp.NETCore/install-ubuntu.sh index efcff09b..7fdaa20f 100644 --- a/DnsServerApp.NETCore/install-ubuntu.sh +++ b/DnsServerApp.NETCore/install-ubuntu.sh @@ -1,8 +1,8 @@ #!/bin/sh aspnetcoreDir="/opt/dotnet" -aspnetcoreTar="/opt/dotnet/aspnetcore-runtime-2.2.0-linux-x64.tar.gz" -aspnetcoreUrl="https://download.visualstudio.microsoft.com/download/pr/69ee3993-54fe-4687-9388-25b1e0c888fb/df2ba0637e68f6e8ee212a38756a4002/aspnetcore-runtime-2.2.0-linux-x64.tar.gz" +aspnetcoreTar="/opt/dotnet/aspnetcore-runtime-2.2.4-linux-x64.tar.gz" +aspnetcoreUrl="https://download.visualstudio.microsoft.com/download/pr/61a33dc2-fc56-4bbe-b564-d232172eb210/d8006a719a3bcc65d2937a909623afcb/aspnetcore-runtime-2.2.4-linux-x64.tar.gz" dnsDir="/etc/dns" dnsTar="/etc/dns/DnsServerPortable.tar.gz"