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