From 9e49b2ae0fbedd341921e2544c85bd3b620a446a Mon Sep 17 00:00:00 2001 From: Kurt Gilpin Date: Wed, 8 Feb 2017 19:01:50 -0600 Subject: [PATCH] Update for Ubuntu 16.04 This should be fully working with Ubuntu 16.04 Server. --- utils/scripts/linux_installer/install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/utils/scripts/linux_installer/install.sh b/utils/scripts/linux_installer/install.sh index 5d43230c5..97cfa582e 100644 --- a/utils/scripts/linux_installer/install.sh +++ b/utils/scripts/linux_installer/install.sh @@ -87,6 +87,7 @@ echo "mysql_eqemu_password:$eqemu_db_password" >> install_variables.txt if [[ "$OS" == "Debian" ]]; then # Install pre-req packages + apt-get -y update apt-get $apt_options install bash apt-get $apt_options install build-essential 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 libperl5i-perl 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 make apt-get $apt_options install mariadb-client