diff --git a/wsl/installFO.sh b/wsl/installFO.sh index 7c0c347..dce3c1d 100644 --- a/wsl/installFO.sh +++ b/wsl/installFO.sh @@ -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