mirror of
https://github.com/kidwellj/proxmox-scripts.git
synced 2025-01-09 13:12:22 +00:00
Updated lms_setup.sh
This commit is contained in:
parent
2831924b0c
commit
be20b9c6ad
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue