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 ''' } }