diff --git a/jenkins/3catTw b/jenkins/3catTw index 23070ac..844a504 100644 --- a/jenkins/3catTw +++ b/jenkins/3catTw @@ -17,9 +17,9 @@ pipeline { stage('Install FFmpeg') { steps { sh ''' - # Install FFmpeg - sudo apt-get update - sudo apt-get install -y ffmpeg + # Install FFmpeg (without sudo) + apt-get update + apt-get install -y ffmpeg ''' } }