1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/immich_ynh.git synced 2024-09-03 20:36:24 +02:00

Update updater_ffmpeg-static.sh

This commit is contained in:
Sylvain 2024-08-27 22:17:56 +02:00
parent c64d068179
commit 2055aaffa3

View file

@ -23,8 +23,7 @@ arm64_sha_last=$(curl --silent "$arm64_url" | sha256sum)
echo "PROCEED=false" >> $GITHUB_ENV
# Proceed only if the retrieved version is greater than the current one
#if [ "$amd64_sha_current" == "$amd64_sha_last" ] && [ "$arm64_sha_current" == "$arm64_sha_last" ]
if true
if [ "$amd64_sha_current" == "$amd64_sha_last" ] && [ "$arm64_sha_current" == "$amd64_sha_last" ]
then
echo "::warning ::No new version available"
exit 0