From c65090ab2651cae54191068ea4f803246ec28f60 Mon Sep 17 00:00:00 2001 From: Gitttttyhub <188205970+Gitttttyhub@users.noreply.github.com> Date: Wed, 12 Nov 2025 09:59:59 +1100 Subject: [PATCH] Use a shallow clone to reduce the download size Create a shallow clone with a history truncated to the specified number of revisions. --- Easy_Install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Easy_Install.sh b/Easy_Install.sh index 602dd90..66eb76c 100755 --- a/Easy_Install.sh +++ b/Easy_Install.sh @@ -1,7 +1,7 @@ #!/bin/bash cd ~ echo "Downloading needed files started" -git clone https://github.com/saint-13/Linux_Dynamic_Wallpapers.git +git clone https://github.com/saint-13/Linux_Dynamic_Wallpapers.git --depth=1 cd Linux_Dynamic_Wallpapers echo "Files downloaded"