From 824be725f8ebe43ed9764a93dfd713eb57a7bb11 Mon Sep 17 00:00:00 2001 From: Furior Date: Fri, 29 Sep 2023 16:12:49 +0700 Subject: [PATCH] Ah yes --- tools/tgs_scripts/InstallDeps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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