dleidert / openmediavault-upgrade

Script to upgrade openmediavault from one major release into the next

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add option to keep plexmediaserver

dleidert opened this issue · comments

The plexmedieserver plugin has been removed for OMV5 and omvextras won't ship a repository entry for it either. Thus apt-show-versions will remove the plexmediaserver package. To be able to conditionally keep it we would need:

  • a variable which must be set to enable this behavior
  • if set to yes add a repository for mediaplexserver and conditionally install the key for it
  • document the variable

Instead of installing the key (apt-key is considered obsolete) one could also add the [trusted=yes] switch to the repository.