diff --git a/Scripts/install-unbound-server.ps1 b/Scripts/install-unbound-server.ps1 index d0a8edc4..bb2f02bb 100755 --- a/Scripts/install-unbound-server.ps1 +++ b/Scripts/install-unbound-server.ps1 @@ -53,12 +53,12 @@ try { & sudo unbound-control status if ($lastExitCode -ne "0") { throw "'unbound-control status' failed" } - "⏳ (10/10) Training Unbound with 200 popular domain names..." + "⏳ (10/10) Training Unbound with 100 popular domain names..." & "$PSScriptRoot/check-dns.ps1" if ($lastExitCode -ne "0") { throw "'unbound-control status' failed" } [int]$Elapsed = $StopWatch.Elapsed.TotalSeconds - "✔️ installed Unbound in $Elapsed sec" + "✔️ Installed Unbound in $Elapsed sec" exit 0 # success } catch { "⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])" diff --git a/Scripts/play-pong.ps1 b/Scripts/play-pong.ps1 old mode 100644 new mode 100755 diff --git a/Scripts/play-rick.ps1 b/Scripts/play-rick.ps1 old mode 100644 new mode 100755