diff --git a/solar/install-local.ps1 b/solar/install-local.ps1 index 8eb1bf0..d099f51 100644 --- a/solar/install-local.ps1 +++ b/solar/install-local.ps1 @@ -16,11 +16,6 @@ $header = @" $subtitle = "Systematic Online or Local Analysis Robot" -$link = "https://creative-crafter.de/solar/terms_of_services_and_privacy_policy" -$text = "Terms of Service and Privacy Policy" - -Write-Host "Before continuing, please review the $([char]27)]8;;$link$([char]27)\$text$([char]27)]8;;$([char]27)\" -Start-Process "https://creative-crafter.de/solar/terms_of_services_and_privacy_policy" function Show-Menu { Clear-Host @@ -28,6 +23,11 @@ function Show-Menu { Write-Host $subtitle -ForegroundColor Yellow Write-Host $tospp -ForegroundColor Gray Write-Host "`nUse arrow keys to select an option and press Enter:`n" + $esc = [char]27 + $link = "https://creative-crafter.de/solar/terms_of_services_and_privacy_policy" + $text = "Terms of Service and Privacy Policy" + + Write-Host "Before continuing, please review the $esc[36m$esc]8;;$link$esc\$text$esc]8;;$esc\$esc[0m." for ($i = 0; $i -lt $options.Length; $i++) { if ($i -eq $selectedIndex) {