mirror of
https://github.com/YunoHost-Apps/roundcube_ynh.git
synced 2024-09-03 20:16:28 +02:00
Update upgrade
try fix an authentification git source error
This commit is contained in:
parent
47277f99a4
commit
c0838dd920
1 changed files with 3 additions and 0 deletions
|
@ -107,6 +107,9 @@ then
|
|||
# Upgrade composer itself
|
||||
ynh_install_composer
|
||||
|
||||
# Add git permission for net_ldap3
|
||||
git config --add safe.directory '$install_dir/vendor/kolab/net_ldap3' --global
|
||||
|
||||
# Check if dependencies need to be updated with Composer
|
||||
if [ -f "$install_dir/composer.json" ]
|
||||
then
|
||||
|
|
Loading…
Add table
Reference in a new issue