We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cece343 commit 000c0c5Copy full SHA for 000c0c5
Tools/setup/ubuntu.sh
@@ -53,15 +53,15 @@ fi
53
54
55
# check ubuntu version
56
-# instructions for 16.04, 18.04, 20.04
57
# otherwise warn and point to docker?
58
UBUNTU_RELEASE="`lsb_release -rs`"
59
60
if [[ "${UBUNTU_RELEASE}" == "14.04" ]]; then
61
- echo "Ubuntu 14.04 unsupported, see docker px4io/px4-dev-base"
+ echo "Ubuntu 14.04 is no longer supported"
62
exit 1
63
elif [[ "${UBUNTU_RELEASE}" == "16.04" ]]; then
64
- echo "Ubuntu 16.04"
+ echo "Ubuntu 16.04 is no longer supported"
+ exit 1
65
elif [[ "${UBUNTU_RELEASE}" == "18.04" ]]; then
66
echo "Ubuntu 18.04"
67
elif [[ "${UBUNTU_RELEASE}" == "20.04" ]]; then
0 commit comments