From 47bc9e03c2906d8f2ca9fc8fd5aa96fd84fb7351 Mon Sep 17 00:00:00 2001 From: Yashraj Moghe Date: Thu, 18 Jan 2024 16:12:39 +0530 Subject: [PATCH] *Properly* added support for Ubuntu Added proper support for Ubuntu (forgot the desktop session string is case sensitive) --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 8e8011a..3bcdbf6 100755 --- a/install.sh +++ b/install.sh @@ -12,7 +12,7 @@ DARK_PASTEL_BLUE="\x1b[38;2;114;141;190m" UBE="\x1b[38;2;140;114;189m" case $DESKTOP_SESSION in -gnome | xubuntu | budgie-desktop | pantheon | xfce | Ubuntu) +gnome | xubuntu | budgie-desktop | pantheon | xfce | ubuntu) Installation_Method=GTK Installation_Path=~/.icons ;;