From b68cef7dcd05700b55ce390f929b3815a33c9eb0 Mon Sep 17 00:00:00 2001 From: datalore Date: Fri, 26 Jul 2024 17:29:44 +0200 Subject: [PATCH] Fixed GTK Theme URL --- system/installthemes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/installthemes.sh b/system/installthemes.sh index 3d24c8b..e037cfe 100755 --- a/system/installthemes.sh +++ b/system/installthemes.sh @@ -6,7 +6,7 @@ unzip master.zip rm master.zip cd /usr/share/themes/ -wget https://github.com/EliverLara/Sweet/releases/download/latest/Sweet-Dark-v40.tar.xz +wget https://github.com/EliverLara/Sweet/releases/latest/download/Sweet-Dark-v40.tar.xz tar xf Sweet-Dark-v40.tar.xz rm Sweet-Dark-v40.tar.xz