Hop into the root of your plex jail via SSH and install 2 packages that are not installed in the 11.1 template by default.
This will install the supporting software to run the script.
Head over to https://github.com/ryanakata/PMS_Updater
Grab the .sh file and copy it using WinSCP or whatever you use to /mnt/iocage/jails/plex
Run the command
You...
Tutorial: How to keep an iocage plex install up to date (plexpass)
Code:
pkg install wget pkg install p5-Authen-SASL-2.16_1
This will install the supporting software to run the script.
Head over to https://github.com/ryanakata/PMS_Updater
Grab the .sh file and copy it using WinSCP or whatever you use to /mnt/iocage/jails/plex
Run the command
Code:
./PMS_Updater.sh -u PLEXUSERNAME -p PLEXPASSWORD -a
You...
Tutorial: How to keep an iocage plex install up to date (plexpass)