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:
ewilly 2024-08-29 13:13:20 +02:00 committed by GitHub
parent 98e722370e
commit 8f6396cf13
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,9 +35,15 @@ then
exit 0 exit 0
fi fi
# Setting up the environment variables # Print some infos
echo "Current version: $version_current" echo "Current version: $version_current"
echo "Current ffmpeg-static amd64 sha : $amd64_sha_current"
echo "LAst ffmpeg-static amd64 sha : $amd64_sha_last"
echo "Current ffmpeg-static arm64 sha : $arm64_sha_current"
echo "LAst ffmpeg-static arm64 sha : $arm64_sha_last"
# echo "Latest version: $version_next" # echo "Latest version: $version_next"
# Setting up the environment variables
echo "VERSION=$version" >> $GITHUB_ENV echo "VERSION=$version" >> $GITHUB_ENV
echo "REPO=$repo" >> $GITHUB_ENV echo "REPO=$repo" >> $GITHUB_ENV