Upload files to "/"

This commit is contained in:
RomanNum3ral 2024-10-27 13:44:03 +00:00
commit b46b966c88
2 changed files with 7 additions and 0 deletions

1
README.md Normal file
View File

@ -0,0 +1 @@
# jellyfin_install

6
install.sh Normal file
View File

@ -0,0 +1,6 @@
#! /bin/bash
apt update && apt upgrade -y
apt install curl cifs-utils -y
curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash