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:
commit
919553d20b
2 changed files with 5 additions and 1 deletions
|
@ -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"]
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue