From 880fb736504235db1aad504f5213a6dc361f8574 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 15 Apr 2025 10:51:23 +0200 Subject: [PATCH] Update musicassistant-install.sh --- install/musicassistant-install.sh | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/install/musicassistant-install.sh b/install/musicassistant-install.sh index 66bad57..184c0fd 100644 --- a/install/musicassistant-install.sh +++ b/install/musicassistant-install.sh @@ -17,9 +17,11 @@ $STD apt-get install -y \ ffmpeg \ build-essential \ libffi-dev \ + git \ libssl-dev \ libjpeg-dev \ zlib1g-dev \ + snapserver \ pkg-config msg_ok "Installed Dependencies" @@ -38,11 +40,20 @@ $STD fetch_and_deploy_gh_release music-assistant/server cd /opt/musicassistant $STD python3 -m venv .venv $STD source .venv/bin/activate -$STD pip install uv +$STD pip3 install uv $STD pip install --upgrade pip uv $STD uv pip install . msg_ok "Setup Music Assistant" +msg_info "Adding AirPlay Support" +cd /usr/local/src +git clone https://github.com/music-assistant/libraop.git +cd libraop +#mkdir build && cd build +#cmake .. +#make -j$(nproc) +msg_ok "Added AirPlay Support" + msg_info "Creating systemd service" cat </etc/systemd/system/musicassistant.service [Unit]