1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/owncast_ynh.git synced 2024-09-03 19:56:20 +02:00

Update updater.sh

This commit is contained in:
ericgaspar 2021-09-16 11:52:50 +02:00
parent d7d1cc4de1
commit c0169cebd5
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -127,7 +127,7 @@ done
sudo apt-get install moreutils
# Replace new version in manifest
jq -s --indent 4 ".[] | .version = \"$VERSION~ynh1\"" manifest.json | sponge manifest.json
echo "$(jq -s --indent 4 ".[] | .version = \"$version~ynh1\"" manifest.json)" > manifest.json
# No need to update the README, yunohost-bot takes care of it