Skip to content

Commit d6b27ed

Browse files
Aldin-SXRjuanrubio
authored andcommitted
Added a note about installing on unsupported latest Ubuntu releases.
1 parent 9164c83 commit d6b27ed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: tools/install.sh

+4
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ elif echo "$RELIDS" | grep -E 'xenial|loki|sarah|serena|sonya|sylvia'; then
6262
elif echo "$RELIDS" | grep -E 'bionic|juno|tara|tessa|tina'; then
6363
# NOTE: Elementary OS 'juno' is based on bionic
6464
# 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.
6569
DISTRO="ubuntu" ; RELEASE="bionic"
6670
elif echo "$RELIDS" | grep disco; then
6771
DISTRO="ubuntu" ; RELEASE="disco"

0 commit comments

Comments
 (0)