mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
Update getmangos.sh
Added Ubuntu 17.04 and 17.10
This commit is contained in:
parent
c99f3e2ed9
commit
dc13cb43f8
1 changed files with 8 additions and 0 deletions
|
|
@ -238,6 +238,14 @@ function GetPrerequisites()
|
|||
su -c "apt-get -y install curl autoconf automake cmake libbz2-dev libace-dev libssl-dev libmysqlclient-dev libtool" root
|
||||
;;
|
||||
*)
|
||||
"zesty")
|
||||
# Ubuntu 17.04
|
||||
su -c "apt-get -y install curl autoconf automake cmake libbz2-dev libace-dev libssl-dev libmysqlclient-dev libtool" root
|
||||
;;
|
||||
"artful")
|
||||
# Ubuntu 17.10
|
||||
su -c "apt-get -y install curl autoconf automake cmake libbz2-dev libace-dev libssl-dev libmysqlclient-dev libtool" root
|
||||
;;
|
||||
OS_VER=0
|
||||
;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue