Update 1_source-install.sh

This commit is contained in:
bash
2024-10-15 23:20:03 +02:00
committed by GitHub
parent cbda0e7503
commit ada0756d08

View File

@@ -8,7 +8,15 @@ then
##########################################################################################
# General dependencies
##########################################################################################
sudo apt update && sudo apt install -y unzip git sudo git
sudo apt update && \
sudo apt full-upgrade -y && \
sudo apt-get install -y unzip git sudo git btop ncdu unzip git sudo git tmux sudo curl net-tools locate nano software-properties-common
##########################################################################################
# Azerothcore dependencies
##########################################################################################
sudo apt-get update && \
sudo apt-get install git cmake make gcc g++ clang libmysqlclient-dev libssl-dev libbz2-dev libreadline-dev libncurses-dev mysql-server libboost-all-dev
##########################################################################################