From 681c74691b910cd4cdda2e2e7b405cef052da873 Mon Sep 17 00:00:00 2001 From: matt Date: Sat, 14 Mar 2026 13:06:24 +0100 Subject: [PATCH] new tosandpp in the local installer --- solar/install-local.ps1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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) {