Update 1_source-install.sh

This commit is contained in:
bash
2024-10-15 23:25:33 +02:00
committed by GitHub
parent 376f5a1cac
commit 8bd12dc589

View File

@@ -32,8 +32,8 @@ then
##########################################################################################
# Install core dependencies (https://www.azerothcore.org/wiki/linux-requirements)
##########################################################################################
sudo apt-get update && \
sudo apt-get install \
sudo apt-get update -y && \
sudo apt-get install -y \
git \
cmake \
make \