From 630883066afacfd4d7c374e72495c76dde0a8a02 Mon Sep 17 00:00:00 2001 From: kosta-dev <100292907+virtkot@users.noreply.github.com> Date: Tue, 24 Jun 2025 18:52:58 -0700 Subject: [PATCH] Update zerto-labs-install.ps1 --- zerto-labs-install.ps1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/zerto-labs-install.ps1 b/zerto-labs-install.ps1 index 1a4679f..7448ad2 100644 --- a/zerto-labs-install.ps1 +++ b/zerto-labs-install.ps1 @@ -161,11 +161,11 @@ Write-Host " + zvml-python-sdk" -ForegroundColor Green Write-Host " + Zerto-Python-SDK-Hands-On-Labs" -ForegroundColor Green Write-Host "`nNext steps:" -ForegroundColor Cyan -Write-Host "1. Navigate to: $InstallPath" -ForegroundColor White -Write-Host "2. Read the README.md file for setup instructions" -ForegroundColor White -Write-Host "3. Configure your ZVM connection details" -ForegroundColor White -Write-Host "4. Start with the Hands-On Labs exercises" -ForegroundColor White -Write-Host "Installation completed successfully!" -ForegroundColor Green +Write-Host "`n1. Navigate to: $InstallPath" -ForegroundColor White +Write-Host "`n2. Read the README.md file for setup instructions" -ForegroundColor White +Write-Host "`n3. Configure your ZVM connection details" -ForegroundColor White +Write-Host "`n4. Start with the Hands-On Labs exercises" -ForegroundColor White +Write-Host "`nInstallation completed successfully!" -ForegroundColor Green # Open VS Code with the installation directory Start-Process "C:\Program Files\Microsoft VS Code\Code.exe" -ArgumentList "C:\zerto-labs"