From 8bd12dc589957a573629b9e2cade1324a3702082 Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Tue, 15 Oct 2024 23:25:33 +0200 Subject: [PATCH] Update 1_source-install.sh --- script/1_source-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/1_source-install.sh b/script/1_source-install.sh index f738cdf..2896b95 100755 --- a/script/1_source-install.sh +++ b/script/1_source-install.sh @@ -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 \