Upload files to "/"
This commit is contained in:
commit
b46b966c88
|
@ -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
|
||||
|
Loading…
Reference in New Issue