chore: Обновлен скрипт установки.
This commit is contained in:
11
install.ps1
11
install.ps1
@@ -96,10 +96,9 @@ if (-not (Test-Path "$InstallDir\manage.ps1")) {
|
||||
exit 1
|
||||
}
|
||||
|
||||
# --- 6. Launching ---
|
||||
# --- 6. Finish ---
|
||||
Write-Host "✅ Installation complete!" -ForegroundColor Green
|
||||
Write-Host "🚀 Launching control menu..." -ForegroundColor Cyan
|
||||
Start-Sleep -Seconds 1
|
||||
|
||||
Set-Location $InstallDir
|
||||
.\manage.ps1
|
||||
Write-Host ""
|
||||
Write-Host "To start the control menu, run:" -ForegroundColor Cyan
|
||||
Write-Host "& `"$InstallDir\manage.ps1`"" -ForegroundColor Yellow
|
||||
Write-Host ""
|
||||
|
||||
Reference in New Issue
Block a user