added depth=1 in gtk_themes install

This commit is contained in:
JaKooLit
2023-12-26 00:02:37 +09:00
parent 7ceffc7ec5
commit d6049a0f75

View File

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