From c01dfef4ff36c9e08e0cb226573f769c4e9bca5f Mon Sep 17 00:00:00 2001 From: Bel LaPointe <153096461+breel-render@users.noreply.github.com> Date: Sun, 25 May 2025 12:35:19 -0600 Subject: [PATCH] DEBUG=echo for dev --- build.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 8008d7f..011de20 100644 --- a/build.sh +++ b/build.sh @@ -13,9 +13,8 @@ main() { trap cleanup EXIT if [ ! -d ytdlp2STRM ]; then - git clone \ - https://github.com/fe80Grau/ytdlp2STRM.git \ - --depth=1 + git clone --depth=1 \ + https://github.com/fe80Grau/ytdlp2STRM.git fi }