[Script request]: Emby Update Script fix for Beta #5135
Unanswered
ricostuart
asked this question in
Request script
Replies: 1 comment 3 replies
-
I don't get the point of this? LATEST=$(curl -fsSL https://api.github.com/repos/MediaBrowser/Emby.Releases/releases/latest | grep '"tag_name":' | cut -d'"' -f4)
echo $LATEST
4.8.11.0 The latest stable is 4.8.11. Latest beta is 4.9.1.1-beta We don't install betas, only stable releases |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Application Name
Emby Server
Website
https://emby.media
Description
The current script only updates Emby to the latest stable release even if the current version installed is actually a beta (with a higher version number). I have edited the script to include version number request as well as having an option to update to the latest beta. Could you add this to the official script?
[]https://raw.githubusercontent.com/ricostuart/Proxmox-Stuff/refs/heads/main/Emby_Update.sh
Due Diligence
Beta Was this translation helpful? Give feedback.
All reactions