mirror of
https://github.com/YunoHost-Apps/misskey_ynh.git
synced 2024-09-03 19:46:03 +02:00
Fix
This commit is contained in:
parent
3f67f06913
commit
17bb299c0c
1 changed files with 2 additions and 0 deletions
|
@ -108,6 +108,8 @@ then
|
|||
pushd "$final_path"
|
||||
git config --system --add safe.directory $final_path
|
||||
git checkout master
|
||||
git config --system --add safe.directory $final_path/fluent-emojis
|
||||
git config --system --add safe.directory $final_path/misskey-assets
|
||||
git pull --quiet
|
||||
git checkout $COMMIT --quiet
|
||||
git submodule update --init --quiet
|
||||
|
|
Loading…
Add table
Reference in a new issue