1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/sharkey_ynh.git synced 2024-09-03 20:16:32 +02:00

Merge branch 'testing'

This commit is contained in:
oufmilo 2024-05-23 21:21:57 +02:00
commit 919553d20b
2 changed files with 5 additions and 1 deletions

View file

@ -5,7 +5,7 @@ name = "Sharkey"
description.en = "Microblogging platform"
description.fr = "Platforme de Microblogging"
version = "2024.3.1~ynh1"
version = "2024.3.3~ynh1"
maintainers = ["oufmilo"]

View file

@ -33,6 +33,10 @@ then
pushd $install_dir
chown -R $app:www-data "$install_dir"
ynh_exec_warn_less ynh_exec_as $app git config --global --add safe.directory "$install_dir"
ynh_exec_warn_less ynh_exec_as $app git config --global --add safe.directory "$install_dir/fluent-emojis"
ynh_exec_warn_less ynh_exec_as $app git config --global --add safe.directory "$install_dir/misskey-assets"
ynh_exec_warn_less ynh_exec_as $app git config --global --add safe.directory "$install_dir/tossface-emojis"
ynh_exec_warn_less ynh_exec_as $app git checkout stable
ynh_exec_warn_less ynh_exec_as $app git pull --recurse-submodules
popd