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 should be up to date in a few moments and it will restart itself. You can schedule a cronjob to do this routinely once you confirm it works.
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 should be up to date in a few moments and it will restart itself. You can schedule a cronjob to do this routinely once you confirm it works.