diff --git a/libretro-fetch.sh b/libretro-fetch.sh index 67954104..43ab3704 100755 --- a/libretro-fetch.sh +++ b/libretro-fetch.sh @@ -45,7 +45,7 @@ fetch_project() git pull cd .. else - git clone "$1" "$2" + git clone --depth 1 "$1" "$2" fi echo "=== Fetched ===" }