We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9164c83 commit d6b27edCopy full SHA for d6b27ed
tools/install.sh
@@ -62,6 +62,10 @@ elif echo "$RELIDS" | grep -E 'xenial|loki|sarah|serena|sonya|sylvia'; then
62
elif echo "$RELIDS" | grep -E 'bionic|juno|tara|tessa|tina'; then
63
# NOTE: Elementary OS 'juno' is based on bionic
64
# NOTE: Linux Mint 'tara'. 'tessa' and 'tina' are based on bionic
65
+ # NOTE: Most of the time, binaries compiled on 18.04 will work on newer
66
+ # releases, meaning you can try adding newer releases to the bionic conditional
67
+ # (e.g. 'disco|bionic|juno|...'), to support installation on a newer system;
68
+ # however, do this 'at your own risk', as not all features will be guaranteed to work.
69
DISTRO="ubuntu" ; RELEASE="bionic"
70
elif echo "$RELIDS" | grep disco; then
71
DISTRO="ubuntu" ; RELEASE="disco"
0 commit comments