From 4c3018212ff2dcff6d4e69d7701b26e61537a898 Mon Sep 17 00:00:00 2001 From: panotuco Date: Thu, 9 Apr 2026 13:13:53 +0200 Subject: [PATCH] hhh --- install_alloy.ps1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"