From caa628c33eebe5ce9c57745f899c2a4cec2b66b2 Mon Sep 17 00:00:00 2001 From: Chigozirim Igweamaka Date: Tue, 21 May 2024 08:57:57 +0100 Subject: [PATCH] add command to install ffmpeg --- scripts/before_install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/before_install.sh b/scripts/before_install.sh index 6500244..2433332 100644 --- a/scripts/before_install.sh +++ b/scripts/before_install.sh @@ -9,6 +9,9 @@ sudo apt-get -y install golang-go sudo apt -y install nodejs sudo apt -y install npm +# install ffmpeg +sudo apt-get -y install ffmpeg + # Install MongoDB only if not already present if [ ! -f "/usr/bin/mongod" ]; then sudo apt-get install gnupg curl