We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3823763 commit 9004bc4Copy full SHA for 9004bc4
tools/install.sh
@@ -59,9 +59,9 @@ elif echo "$RELIDS" | grep -E 'xenial|loki|sarah|serena|sonya|sylvia'; then
59
# NOTE: Elementary OS 'loki' is based on xenial
60
# NOTE: Linux Mint 'sarah', 'serena', 'sonya' and 'sylvia' are based on xenial
61
DISTRO="ubuntu" ; RELEASE="xenial"
62
-elif echo "$RELIDS" | grep -E 'bionic|juno|tara'; then
+elif echo "$RELIDS" | grep -E 'bionic|juno|tara|tessa'; then
63
# NOTE: Elementary OS 'juno' is based on bionic
64
- # NOTE: Linux Mint 'tara' is based on bionic
+ # NOTE: Linux Mint 'tara' and 'tessa' are based on bionic
65
DISTRO="ubuntu" ; RELEASE="bionic"
66
else
67
echo "Can't find a supported Debian or Ubuntu-based distribution."
0 commit comments