Skip to content

Commit c61d139

Browse files
authored
fix messages to indicate only 16.04 is officially supported
1 parent d4f2537 commit c61d139

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ fi
8181
echo "# checking for a compatible build host"
8282
if hash lsb_release 2>/dev/null; then
8383
ubuntu=`lsb_release -r -s`
84-
if [ $ubuntu != "12.04" ]; then
85-
echo "# - WARNING : dev-tools is currently only tested on Ubuntu 12.04, YMMV. Please open an issue if you've used it successfully on another version of Ubuntu."
84+
if [ $ubuntu != "16.04" ]; then
85+
echo "# - WARNING : dev-tools is currently only tested on Ubuntu 16.04, YMMV. Please open an issue if you've used it successfully on another version of Ubuntu."
8686
else
87-
echo "# - fully supported host detected: Ubuntu 12.04"
87+
echo "# - fully supported host detected: Ubuntu 16.04"
8888
fi
8989
else
9090
echo "# - ERROR : Sorry, dev-tools currently only supports Ubuntu as the host OS. Please open an issue for your desired host."

0 commit comments

Comments
 (0)