From 3d4282c38aa9360e2246547bf6164da03b135e1b Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Thu, 15 Dec 2022 19:15:47 +0800 Subject: [PATCH] update --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index d93b6e6..0073d9a 100755 --- a/install.sh +++ b/install.sh @@ -143,7 +143,7 @@ if [[ "${uninstall}" == 'true' ]]; then else prompt -i "Removing '${name}' gtk themes in '${dest}'... \n" prompt -w "REMOVAL: Non file-related parameters will be ignored. \n" - remove_themes + remove_themes; remove_libadwaita prompt -s "Done! All '${name}' gtk themes in has been removed." fi