Skip to content

Commit

Permalink
*Properly* added support for Ubuntu
Browse files Browse the repository at this point in the history
Added proper support for Ubuntu (forgot the desktop session string is case sensitive)
  • Loading branch information
Disaster2life committed Jan 18, 2024
1 parent 0deb420 commit 47bc9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
;;
Expand Down

0 comments on commit 47bc9e0

Please sign in to comment.