From 71b7f7f55ea2c0f5fac47cf5b6ab17432ca7daf0 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Tue, 26 Dec 2023 00:02:38 +0900 Subject: [PATCH] added depth=1 in gtk_themes install --- install-scripts/gtk_themes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-scripts/gtk_themes.sh b/install-scripts/gtk_themes.sh index ad156e7..4291524 100644 --- a/install-scripts/gtk_themes.sh +++ b/install-scripts/gtk_themes.sh @@ -64,7 +64,7 @@ if [ -d "GTK-themes-icons" ]; then fi 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 chmod +x auto-extract.sh ./auto-extract.sh 2>&1 | tee -a "$LOG"