changed all the depth 1 to depth=1

This commit is contained in:
JaKooLit
2025-03-08 23:16:05 +09:00
parent f3d0b3ddfb
commit 0bdef7305d
4 changed files with 4 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ if [ -d "GTK-themes-icons" ]; then
fi
echo "$NOTE Cloning ${SKY_BLUE}GTK themes and Icons${RESET} repository..." 2>&1 | tee -a "$LOG"
if git clone --depth 1 https://github.com/JaKooLit/GTK-themes-icons.git ; then
if git clone --depth=1 https://github.com/JaKooLit/GTK-themes-icons.git ; then
cd GTK-themes-icons
chmod +x auto-extract.sh
./auto-extract.sh