From 372eddc45f33500c97c0d169df8c6916a6f79537 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 20 Aug 2023 16:13:39 +0200 Subject: [PATCH] Update install --- scripts/install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install b/scripts/install index cbbef24..e98a0bf 100644 --- a/scripts/install +++ b/scripts/install @@ -28,6 +28,8 @@ ynh_app_setting_set --app=$app --key=email --value=$email #================================================= ynh_script_progression --message="Setting up source files..." --weight=5 +git config --system --add safe.directory $install_dir + # 1 - Clone stable repo git clone --quiet https://github.com/friendica/friendica.git -b stable "$install_dir" # Reset branch to the level of update we needed