1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gotosocial_ynh.git synced 2024-09-03 19:16:06 +02:00

fix the auto updater script (it now places itself on the 'testing' branch)

This commit is contained in:
OniriCorpe 2023-07-22 16:47:56 +02:00
parent e8bd5b28ef
commit 86a39deb03

View file

@ -16,6 +16,9 @@
# FETCHING LATEST RELEASE AND ITS ASSETS
#=================================================
# Access the branch 'testing'
git checkout testing
# Fetching information
current_version=$(jq -j '.version|split("~")[0]' manifest.json)
repo=$(jq -j '.upstream.code|split("https://github.com/")[1]' manifest.json)