1
0

new tosandpp in the local installer

This commit is contained in:
matt
2026-03-14 13:06:24 +01:00
parent 457e0d0af0
commit 681c74691b

View File

@@ -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) {