I have been running the PMS_Updater.sh script to update my Plex server which is running in a standard Jail. The script seems to run just fine, and seemed to fetch the latest version of PMS, but when I restart the PMS Jail and log into the server the PLEX GUI still shows an old version of the code and still displays the "update available" banner.
Is there a way to make sure I am actually running the latest version and or get the GUI to show the correct version?
Thanks in advance!
Here is the script i am using:
fetch -o PMS_Updater.sh https://raw.githubusercontent.com/mstinaff/PMS_Updater/master/PMS_Updater.sh
chmod 755 PMS_Updater.sh
./PMS_Updater.sh -u [username] -p [password] -a -v
Is there a way to make sure I am actually running the latest version and or get the GUI to show the correct version?
Thanks in advance!
Here is the script i am using:
fetch -o PMS_Updater.sh https://raw.githubusercontent.com/mstinaff/PMS_Updater/master/PMS_Updater.sh
chmod 755 PMS_Updater.sh
./PMS_Updater.sh -u [username] -p [password] -a -v