File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -237,15 +237,15 @@ function GetPrerequisites()
237237 # Ubuntu 16.10
238238 su -c " apt-get -y install curl autoconf automake cmake libbz2-dev libace-dev libssl-dev libmysqlclient-dev libtool" root
239239 ;;
240- * )
241240 " zesty" )
242- # Ubuntu 17.04
243- su -c " apt-get -y install curl autoconf automake cmake libbz2-dev libace-dev libssl-dev libmysqlclient-dev libtool" root
244- ;;
241+ # Ubuntu 17.04
242+ su -c " apt-get -y install curl autoconf automake cmake libbz2-dev libace-dev libssl-dev libmysqlclient-dev libtool" root
243+ ;;
245244 " artful" )
246- # Ubuntu 17.10
247- su -c " apt-get -y install curl autoconf automake cmake libbz2-dev libace-dev libssl-dev libmysqlclient-dev libtool" root
248- ;;
245+ # Ubuntu 17.10
246+ su -c " apt-get -y install curl autoconf automake cmake libbz2-dev libace-dev libssl-dev libmysqlclient-dev libtool" root
247+ ;;
248+ * )
249249 OS_VER=0
250250 ;;
251251 esac
You can’t perform that action at this time.
0 commit comments