Обновить install.ps1

This commit is contained in:
DIvan2000 2025-09-19 20:15:37 +04:00
parent 14a94a32f0
commit f800d92585

View File

@ -75,7 +75,7 @@ Get-ChildItem -Path $PRESETS_DIR -Directory | ForEach-Object {
}
$cols = $Host.UI.RawUI.WindowSize.Width
$line = " $name$description"
$OPTIONS += $line -split "(.{1,$cols})(?:\s+|$)" | Where-Object { $_ -ne "" }
$OPTIONS += $line
$PRESETS += $name
}