2024-01-10, 07:16 PM
(This post was last modified: 2024-01-10, 07:16 PM by TheDreadPirate.)
Did you run the bash script as your self or did you run it as root. It looks like you ran it as yourself when you should be running it as root.
This is what is telling me you ran the install script as yourself.
Do this and exactly this.
The part I think you missed was the "| sudo bash" at the end and you ran the script as yourself.
This is what is telling me you ran the install script as yourself.
Code:
[18:51:48] [INF] [1] Main: Program data path: /home/steve/.local/share/jellyfin
Do this and exactly this.
Code:
sudo apt purge jellyfin*
cd /home/steve/.local/share/
rm -rf jellyfin
curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash
The part I think you missed was the "| sudo bash" at the end and you ran the script as yourself.