DEBUG=echo for dev

main
Bel LaPointe 2025-05-25 12:35:19 -06:00
parent c8b88b270f
commit c01dfef4ff
1 changed files with 2 additions and 3 deletions

View File

@ -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
}