2023-11-22, 03:51 PM
(This post was last modified: 2023-11-22, 03:52 PM by TheDreadPirate. Edited 1 time in total.)
If this is a fresh install and you don't care about losing anything, follow these steps.
After that second command finishes, it should start the jellyfin service. Literally that easy.
To stop Jellyfin
To start Jellyfin
Jellyfin will automatically start on reboots.
Code:
sudo apt purge jellyfin
curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash
After that second command finishes, it should start the jellyfin service. Literally that easy.
To stop Jellyfin
Code:
sudo systemctl stop jellyfin
To start Jellyfin
Code:
sudo systemctl start jellyfin
Jellyfin will automatically start on reboots.