From 58332835add88ba92cd69b9f3695edd7b2b41af4 Mon Sep 17 00:00:00 2001 From: Guillem Hernandez Sola Date: Mon, 30 Mar 2026 17:12:35 +0200 Subject: [PATCH] Added new yml --- jenkins/3catTw | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jenkins/3catTw b/jenkins/3catTw index 23070ac..ed8ccfb 100644 --- a/jenkins/3catTw +++ b/jenkins/3catTw @@ -18,8 +18,8 @@ pipeline { steps { sh ''' # Install FFmpeg - sudo apt-get update - sudo apt-get install -y ffmpeg + apt-get update + apt-get install -y ffmpeg ''' } }