From 3f8051230f97e720d7ca00ce46ea4cb99d037974 Mon Sep 17 00:00:00 2001 From: Walid Kayhal <3347810+waliid@users.noreply.github.com> Date: Mon, 20 Jan 2025 13:46:04 +0100 Subject: [PATCH] Remove useless checks --- Scripts/public/test-streams.sh | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Scripts/public/test-streams.sh b/Scripts/public/test-streams.sh index f3f124eb3..321acd1ae 100755 --- a/Scripts/public/test-streams.sh +++ b/Scripts/public/test-streams.sh @@ -15,16 +15,6 @@ function serve_test_streams { kill_test_streams "$dest_dir" - if ! command -v pkgx python &> /dev/null; then - echo "python could not be found" - exit 1 - fi - - if ! command -v pkgx ffmpeg &> /dev/null; then - echo "ffmpeg could not be found" - exit 1 - fi - mkdir -p "$dest_dir" cp -R "$JSON_DIR" "$dest_dir"