Update jellyfin_setup.sh

This commit is contained in:
tteckster 2022-02-10 15:56:50 -05:00 committed by GitHub
parent fad259b592
commit 4379c52045
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,8 +55,8 @@ echo -e "${CHECKMARK} \e[1;92m Installing Dependencies... \e[0m"
sudo extrepo enable jellyfin &>/dev/null 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 sudo apt-get update &>/dev/null
apt-get install jellyfin -y &>/dev/null sudo apt-get install jellyfin -y &>/dev/null
echo -e "${CHECKMARK} \e[1;92m Customizing Container... \e[0m" echo -e "${CHECKMARK} \e[1;92m Customizing Container... \e[0m"
chmod -x /etc/update-motd.d/* chmod -x /etc/update-motd.d/*
touch ~/.hushlogin touch ~/.hushlogin