Add jellyfin_install.sh

This commit is contained in:
RomanNum3ral 2025-07-20 15:08:09 +00:00
parent 24dfb3a09f
commit e551fc0c9f
1 changed files with 9 additions and 0 deletions

9
jellyfin_install.sh Normal file
View File

@ -0,0 +1,9 @@
#!/bin/bash
# Install Jellyfin (for Raspberry Pi OS / Debian-based distros)
# Add Jellyfin's official repository
curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash
# Install Jellyfin
sudo apt update
sudo apt install -y jellyfin