mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 02:10:13 +01:00
remove depth=1 in gtk
This commit is contained in:
parent
71b7f7f55e
commit
3c75637848
@ -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 --depth=1 https://github.com/JaKooLit/GTK-themes-icons.git 2>&1 | tee -a "$LOG"; then
|
||||
if git clone 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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user