mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 15:58:04 +00:00
fix(BASH/INSTALLER): add missing deps for debian 10 (#5019)
This commit is contained in:
@@ -9,7 +9,7 @@ sudo apt-get update -y
|
|||||||
if [[ $DEBIAN_VERSION -eq "10" ]]; then
|
if [[ $DEBIAN_VERSION -eq "10" ]]; then
|
||||||
sudo apt-get install -y git cmake make gcc g++ clang default-libmysqlclient-dev \
|
sudo apt-get install -y git cmake make gcc g++ clang default-libmysqlclient-dev \
|
||||||
libssl-dev libbz2-dev libreadline-dev libncurses-dev mariadb-server \
|
libssl-dev libbz2-dev libreadline-dev libncurses-dev mariadb-server \
|
||||||
libace-6.* libace-dev
|
libace-6.* libace-dev curl unzip
|
||||||
else # Debian 8 and 9 should work using this
|
else # Debian 8 and 9 should work using this
|
||||||
sudo apt-get install -y git cmake make gcc g++ clang libmysqlclient-dev \
|
sudo apt-get install -y git cmake make gcc g++ clang libmysqlclient-dev \
|
||||||
libssl1.0-dev libbz2-dev libreadline-dev libncurses-dev \
|
libssl1.0-dev libbz2-dev libreadline-dev libncurses-dev \
|
||||||
|
|||||||
Reference in New Issue
Block a user