diff --git a/install_alloy.ps1 b/install_alloy.ps1 index 8fde55d..00f5578 100644 --- a/install_alloy.ps1 +++ b/install_alloy.ps1 @@ -124,7 +124,9 @@ Register-ScheduledTask -TaskName $TaskNameSync -Action $actionSync -Trigger @($t # 6. Arranque Inicial y Verificación # ============================================================================== Write-Log "Ejecutando sincronización inicial..." -& $SyncScriptPath +& $SyncScriptPath + +& "$RepoLocalPath/get_version_chrome.ps1" Write-Log "=========================================================" Write-Log " PROCESO COMPLETADO CON ÉXITO"