diff --git a/tools/tgs_scripts/InstallDeps.sh b/tools/tgs_scripts/InstallDeps.sh index fade7cd13f13..3d10c0effee0 100644 --- a/tools/tgs_scripts/InstallDeps.sh +++ b/tools/tgs_scripts/InstallDeps.sh @@ -35,5 +35,5 @@ fi if ! ( [ -x "$has_ffmpeg" ] ); then echo "Installing ffmpeg..." apt-get update - apt-get install ffmpeg + apt-get install -y ffmpeg fi