1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/invidious_ynh.git synced 2024-09-03 19:15:55 +02:00

Update upgrade

This commit is contained in:
OniriCorpe 2024-01-19 16:08:29 +01:00 committed by GitHub
parent cc6c401920
commit 78f22bffb3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -77,6 +77,7 @@ then
pushd "$install_dir"
chown -R "$app:www-data" "$install_dir"
git config --system --add safe.directory "$install_dir"
git config pull.rebase false
ynh_exec_as "$app" git fetch
#git checkout master