DOS2 Engine Dev and Plex Media Server installation: Difference between pages

From ScottWiki
(Difference between pages)
Jump to navigation Jump to search
m (1 revision imported)
 
No edit summary
 
Line 1: Line 1:
<pre>
To enable the Plex Media Server repository on Ubuntu only a few terminal commands are required. From a terminal window run the following two commands:
DB_Origins((CHARACTERGUID)S_Player_GenericOrigin3_41a06985-7851-4c29-8a78-398ccb313f39);
DB_Origin(CHARACTERGUID)S_Player_GenericOrigin3_41a06985-7851-4c29-8a78-398ccb313f39);


DB_CharacterCreationTransitionInfo("LvL1",(TRIGGERGUID)TRIGGERGUID_StartPoint_001__000_20bd6bd8-866b-8956-219d-787492eef6e5,"");
echo deb https://downloads.plex.tv/repo/deb public main | sudo tee /etc/apt/sources.list.d/plexmediaserver.list
DB_GLO_FirstLevelAfterCharacterCreation("LvL1");
curl https://downloads.plex.tv/plex-keys/PlexSign.key | sudo apt-key add -
PROC_Shared_CharacterCreation_Init();
 
</pre>
 
The Ubuntu & Debian repository is about to be changed.
This change is per the requirements for Ubuntu 17 + 18.
It adds the now-required stanza to the package file to satisfy apt-get.
 
For those already using the old workaround (./public main)
Revert /etc/apt/sources.list.d/plexmediaserver.list from its current ./public main workaround to be the correct public main
Flush appropriate caches
Verify you are now operating error and warning free.
For those not using the repository
When you enable repository use, no changes are required. The package you install will be properly configured.
 
 
http://192.168.3.200:32400/web

Revision as of 16:22, 5 August 2020

To enable the Plex Media Server repository on Ubuntu only a few terminal commands are required. From a terminal window run the following two commands:

echo deb https://downloads.plex.tv/repo/deb public main | sudo tee /etc/apt/sources.list.d/plexmediaserver.list
curl https://downloads.plex.tv/plex-keys/PlexSign.key | sudo apt-key add -


The Ubuntu & Debian repository is about to be changed. This change is per the requirements for Ubuntu 17 + 18. It adds the now-required stanza to the package file to satisfy apt-get.

For those already using the old workaround (./public main) Revert /etc/apt/sources.list.d/plexmediaserver.list from its current ./public main workaround to be the correct public main Flush appropriate caches Verify you are now operating error and warning free. For those not using the repository When you enable repository use, no changes are required. The package you install will be properly configured.


http://192.168.3.200:32400/web