You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build.sh
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -81,10 +81,10 @@ fi
81
81
echo"# checking for a compatible build host"
82
82
ifhash lsb_release 2>/dev/null;then
83
83
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."
0 commit comments