diff --git a/INSTALL/centos.sh b/INSTALL/centos.sh index d1225541..9c8511d4 100644 --- a/INSTALL/centos.sh +++ b/INSTALL/centos.sh @@ -44,7 +44,7 @@ if [ "$ffmpeginstall" = "y" ] || [ "$ffmpeginstall" = "Y" ]; then sudo rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-1.el7.nux.noarch.rpm sudo yum install ffmpeg ffmpeg-devel -y else - sudo npm install ffmpeg-static + sudo npm install ffmpeg-static@2.2.1 fi fi echo "Shinobi - Do you want to Install Node.js?" diff --git a/INSTALL/ubuntu.sh b/INSTALL/ubuntu.sh index 2e1ef468..5299374a 100644 --- a/INSTALL/ubuntu.sh +++ b/INSTALL/ubuntu.sh @@ -62,7 +62,7 @@ if [ "$ffmpeginstall" = "y" ] || [ "$ffmpeginstall" = "Y" ]; then echo "=============" fi else - sudo npm install ffmpeg-static + sudo npm install ffmpeg-static@2.2.1 fi fi echo "============="