echo
sudo apt install plexmediaserver
echo
echo
echo If the service is not active, use the following command to start Plex Media Server:
echo
sudo systemctl start plexmediaserver
echo
echo To ensure Plex Media Server starts automatically on system boot, enable the service with this command:
echo
sudo systemctl enable plexmediaserver
echo
echo If you need to restart the Plex Media Server service for any reason, use the following command:
echo
echo
sudo systemctl restart plexmediaserver
echo
echo
echo Making af Media Data Map..!!
echo
echo /home/PlexMediaData/
echo
mkdir /home/PlexMediaData/
echo
echo Settings the right User for the Map " /home/PlexMediaData/"...
echo
sudo chown -R plex:plex /home/PlexMediaData/
echo
echo
