direwolf fixes again
This commit is contained in:
@@ -155,7 +155,7 @@ fetch_source() {
|
|||||||
|
|
||||||
if [ -n "$git_url" ]; then
|
if [ -n "$git_url" ]; then
|
||||||
echo " Cloning $git_url..."
|
echo " Cloning $git_url..."
|
||||||
git clone "$git_url" "$src_dir"
|
git clone --depth 1 "$git_url" "$src_dir"
|
||||||
|
|
||||||
elif [ -n "$wget_url" ]; then
|
elif [ -n "$wget_url" ]; then
|
||||||
echo " Downloading $wget_url..."
|
echo " Downloading $wget_url..."
|
||||||
|
|||||||
Reference in New Issue
Block a user