Skip to content

Commit 000c0c5

Browse files
julianoesdagar
authored andcommitted
setup: mark Ubuntu 16.04 as unsupported
Ubuntu was already unsupported, now that 20.04 is out, however, the change was not reflected yet in this script.
1 parent cece343 commit 000c0c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Tools/setup/ubuntu.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ fi
5353

5454

5555
# check ubuntu version
56-
# instructions for 16.04, 18.04, 20.04
5756
# otherwise warn and point to docker?
5857
UBUNTU_RELEASE="`lsb_release -rs`"
5958

6059
if [[ "${UBUNTU_RELEASE}" == "14.04" ]]; then
61-
echo "Ubuntu 14.04 unsupported, see docker px4io/px4-dev-base"
60+
echo "Ubuntu 14.04 is no longer supported"
6261
exit 1
6362
elif [[ "${UBUNTU_RELEASE}" == "16.04" ]]; then
64-
echo "Ubuntu 16.04"
63+
echo "Ubuntu 16.04 is no longer supported"
64+
exit 1
6565
elif [[ "${UBUNTU_RELEASE}" == "18.04" ]]; then
6666
echo "Ubuntu 18.04"
6767
elif [[ "${UBUNTU_RELEASE}" == "20.04" ]]; then

0 commit comments

Comments
 (0)