Update 1_source-install.sh

This commit is contained in:
bash
2024-08-27 14:10:41 +02:00
committed by GitHub
parent 993f1eb6c5
commit 22865cc4ae

View File

@@ -59,6 +59,12 @@ then
##########################################################################################
cd ${ROOT_DIR}/_download/azerothcore && git remote add upstream https://github.com/azerothcore/azerothcore-wotlk.git
##########################################################################################
# set folder rights to current user
##########################################################################################
sudo chown -R $USER ${ROOT_DIR}
echo "Executed..."