Skip to content

Commit

Permalink
install upmpdcli for DLNA
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Jan 13, 2025
1 parent 341bcbd commit 9bc8cab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build_base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ touch /var/lib/userconf-pi/autologin
# Update package list and install necessary tools
echo "Updating base system..."
apt-get update
apt-get install -y --no-install-recommends jq git unzip curl build-essential fake-hwclock userconf-pi swig python3-dev python3-pip fbi libasound2-dev mosh
apt-get install -y --no-install-recommends jq git unzip curl build-essential fake-hwclock userconf-pi swig python3-dev python3-pip fbi libasound2-dev mosh dirmngr
# what else can be removed to make the system even lighter?
apt purge -y cups ppp

Expand All @@ -113,9 +113,10 @@ bash /mounted-github-repo/packages/setup_kdeconnect.sh
echo "Installing Librespot..."
bash /mounted-github-repo/packages/setup_spotify.sh


echo "Installing upmpdcli for DLNA playback"
curl -o /etc/apt/sources.list.d/upmpdcli.list https://www.lesbonscomptes.com/upmpdcli/pages/upmpdcli-rbookworm.list
gpg --no-default-keyring --keyring /usr/share/keyrings/lesbonscomptes.gpg --keyserver keyserver.ubuntu.com --recv-key F8E3347256922A8AE767605B7808CE96D38B9201
curl -o /usr/share/keyrings/lesbonscomptes.gpg https://www.lesbonscomptes.com/pages/lesbonscomptes.gpg

apt update && apt install -y upmpdcli mpd

Expand Down

0 comments on commit 9bc8cab

Please sign in to comment.