direwolf fixes again

This commit is contained in:
David Young
2026-04-10 13:22:35 -06:00
parent 351ef21646
commit 71321161d7

View File

@@ -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..."