Skip to content

Commit 9004bc4

Browse files
committed
tools/install.sh: updated to support Linux Mint 19.1 (tessa) (#588)
1 parent 3823763 commit 9004bc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/install.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ elif echo "$RELIDS" | grep -E 'xenial|loki|sarah|serena|sonya|sylvia'; then
5959
# NOTE: Elementary OS 'loki' is based on xenial
6060
# NOTE: Linux Mint 'sarah', 'serena', 'sonya' and 'sylvia' are based on xenial
6161
DISTRO="ubuntu" ; RELEASE="xenial"
62-
elif echo "$RELIDS" | grep -E 'bionic|juno|tara'; then
62+
elif echo "$RELIDS" | grep -E 'bionic|juno|tara|tessa'; then
6363
# NOTE: Elementary OS 'juno' is based on bionic
64-
# NOTE: Linux Mint 'tara' is based on bionic
64+
# NOTE: Linux Mint 'tara' and 'tessa' are based on bionic
6565
DISTRO="ubuntu" ; RELEASE="bionic"
6666
else
6767
echo "Can't find a supported Debian or Ubuntu-based distribution."

0 commit comments

Comments
 (0)