Is there a command for upgrading Emby?

Is there a command for upgrading Emby, like upgradePlex for plex?

Thanks!

1 Like

i think emby has update built into it. i could be wrong but i thought i saw it.

It’s done via apt-get:
sudo apt-get update;apt-get upgrade

or for that specific package:
sudo apt-get update;apt-get install --only-upgrade emby-server

I don’t think so. It asks me to upgrade it manually.

My commands work. I did it and it upgraded just fine.

Did you use upgradeEmby?
I tried and it didn’t work.

Thank you, sir!
That worked out just fine.