mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-15 16:41:29 +00:00
Update for Ubuntu 16.04
This should be fully working with Ubuntu 16.04 Server.
This commit is contained in:
parent
a81212e1b4
commit
9e49b2ae0f
@ -87,6 +87,7 @@ echo "mysql_eqemu_password:$eqemu_db_password" >> install_variables.txt
|
|||||||
|
|
||||||
if [[ "$OS" == "Debian" ]]; then
|
if [[ "$OS" == "Debian" ]]; then
|
||||||
# Install pre-req packages
|
# Install pre-req packages
|
||||||
|
apt-get -y update
|
||||||
apt-get $apt_options install bash
|
apt-get $apt_options install bash
|
||||||
apt-get $apt_options install build-essential
|
apt-get $apt_options install build-essential
|
||||||
apt-get $apt_options install cmake
|
apt-get $apt_options install cmake
|
||||||
@ -105,6 +106,8 @@ if [[ "$OS" == "Debian" ]]; then
|
|||||||
apt-get $apt_options install libperl-dev
|
apt-get $apt_options install libperl-dev
|
||||||
apt-get $apt_options install libperl5i-perl
|
apt-get $apt_options install libperl5i-perl
|
||||||
apt-get $apt_options install libwtdbomysql-dev
|
apt-get $apt_options install libwtdbomysql-dev
|
||||||
|
apt-get $apt_options install libmysqlclient-dev
|
||||||
|
apt-get $apt_options install minizip
|
||||||
apt-get $apt_options install lua5.1
|
apt-get $apt_options install lua5.1
|
||||||
apt-get $apt_options install make
|
apt-get $apt_options install make
|
||||||
apt-get $apt_options install mariadb-client
|
apt-get $apt_options install mariadb-client
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user