Update jellyfin_setup.sh

This commit is contained in:
tteckster 2022-02-10 15:27:56 -05:00 committed by GitHub
parent 1de4d6a7d2
commit 765f0f76a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 9 deletions

View File

@ -51,10 +51,8 @@ echo -e "${CHECKMARK} \e[1;92m Installing Dependencies... \e[0m"
apt-get -qqy install \ apt-get -qqy install \
curl \ curl \
sudo &>/dev/null sudo &>/dev/null
echo -e "${CHECKMARK} \e[1;92m Setting Up Jellyfin Repository... \e[0m"
sudo apt install extrepo -y &>/dev/null sudo apt install extrepo -y &>/dev/null
sudo extrepo enable jellyfin sudo extrepo enable jellyfin &>/dev/null
echo -e "${CHECKMARK} \e[1;92m Installing Jellyfin... \e[0m" echo -e "${CHECKMARK} \e[1;92m Installing Jellyfin... \e[0m"
apt-get update &>/dev/null apt-get update &>/dev/null