add command to install ffmpeg

This commit is contained in:
Chigozirim Igweamaka 2024-05-21 08:57:57 +01:00 committed by GitHub
parent 6ce40e9393
commit caa628c33e

View file

@ -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