Updated lms_setup.sh

This commit is contained in:
Steven Seifried 2022-02-05 10:06:28 +01:00
parent 2831924b0c
commit be20b9c6ad
No known key found for this signature in database
GPG key ID: 174371A9356D63E5

View file

@ -41,10 +41,10 @@ apt -qqy install \
gnupg &>/dev/null
echo -e "${CHECKMARK} \e[1;92m Downloading Logitech Media Server... \e[0m"
https://downloads.slimdevices.com/LogitechMediaServer_v8.2.0/logitechmediaserver_8.2.0_amd64.deb &>/dev/null
wget https://downloads.slimdevices.com/LogitechMediaServer_v8.2.0/logitechmediaserver_8.2.0_amd64.deb &>/dev/null
echo -e "${CHECKMARK} \e[1;92m Installing Logitech Media Server... \e[0m"
sudo apt install ./logitechmediaserver_8.2.0_amd64.deb &>/dev/null
sudo apt install -y ./logitechmediaserver_8.2.0_amd64.deb &>/dev/null
echo -e "${CHECKMARK} \e[1;92m Customizing Container... \e[0m"
rm /etc/motd