Removed duplicate git clone

pull/413/head
jfrocha 2021-09-30 14:42:21 +02:00
parent 1dbb2c4541
commit c3c78215ac
1 changed files with 1 additions and 1 deletions

View File

@ -104,8 +104,8 @@ fi
echo -e "\n--- Installing MONARC… ---\n"
git clone --config core.fileMode=false https://github.com/monarc-project/MonarcAppFO.git $PATH_TO_MONARC > /dev/null 2>&1
cd $PATH_TO_MONARC
git config core.fileMode false
echo -e "\n--- Installing the dependencies… ---\n"
composer ins > /dev/null 2>&1