From 71321161d76f604c3af0a93e25d99d97abe64b83 Mon Sep 17 00:00:00 2001 From: David Young Date: Fri, 10 Apr 2026 13:22:35 -0600 Subject: [PATCH] direwolf fixes again --- install-compiled.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-compiled.sh b/install-compiled.sh index b5065cc..7466416 100755 --- a/install-compiled.sh +++ b/install-compiled.sh @@ -155,7 +155,7 @@ fetch_source() { if [ -n "$git_url" ]; then echo " Cloning $git_url..." - git clone "$git_url" "$src_dir" + git clone --depth 1 "$git_url" "$src_dir" elif [ -n "$wget_url" ]; then echo " Downloading $wget_url..."