diff --git a/DnsServerApp.NETCore/install-raspi.sh b/DnsServerApp.NETCore/install-raspi.sh index 906f7e30..d31369f9 100644 --- a/DnsServerApp.NETCore/install-raspi.sh +++ b/DnsServerApp.NETCore/install-raspi.sh @@ -6,7 +6,7 @@ aspnetcoreUrl="https://download.visualstudio.microsoft.com/download/pr/860e937d- dnsDir="/etc/dns" dnsTar="/etc/dns/DnsServerPortable.tar.gz" -dnsUrl="https://technitium.com/download/dns/DnsServerPortable.tar.gz" +dnsUrl="https://download.technitium.com/dns/DnsServerPortable.tar.gz" mkdir -p $dnsDir installLog="$dnsDir/install.log" diff --git a/DnsServerApp.NETCore/install-ubuntu.sh b/DnsServerApp.NETCore/install-ubuntu.sh index fb65c9ae..efcff09b 100644 --- a/DnsServerApp.NETCore/install-ubuntu.sh +++ b/DnsServerApp.NETCore/install-ubuntu.sh @@ -6,7 +6,7 @@ aspnetcoreUrl="https://download.visualstudio.microsoft.com/download/pr/69ee3993- dnsDir="/etc/dns" dnsTar="/etc/dns/DnsServerPortable.tar.gz" -dnsUrl="https://technitium.com/download/dns/DnsServerPortable.tar.gz" +dnsUrl="https://download.technitium.com/dns/DnsServerPortable.tar.gz" mkdir -p $dnsDir installLog="$dnsDir/install.log"