diff --git a/Joplin_install_and_update.sh b/Joplin_install_and_update.sh index fddd3adea1..0a6e2302c2 100755 --- a/Joplin_install_and_update.sh +++ b/Joplin_install_and_update.sh @@ -71,7 +71,7 @@ if [[ ! -e ~/.joplin/VERSION ]] || [[ $(< ~/.joplin/VERSION) != "$version" ]]; t # Create icon for Gnome echo 'Create Desktop icon.' - if [[ $desktop =~ .*gnome.*|.*kde.*|.*xfce.*|.*mate.*|.*lxqt.*|.*unity.*|.*x-cinnamon.* ]] + if [[ $desktop =~ .*gnome.*|.*kde.*|.*xfce.*|.*mate.*|.*lxqt.*|.*unity.*|.*x-cinnamon.*|.*deepin.* ]] then : "${TMPDIR:=/tmp}" # This command extracts to squashfs-root by default and can't be changed...