diff --git a/script/1_source-install.sh b/script/1_source-install.sh index 2a0a941..8919b9c 100755 --- a/script/1_source-install.sh +++ b/script/1_source-install.sh @@ -59,12 +59,6 @@ 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..."