mirror of
https://github.com/cgzirim/seek-tune.git
synced 2025-12-17 08:54:19 +00:00
add command to install ffmpeg
This commit is contained in:
parent
6ce40e9393
commit
caa628c33e
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue