Skip to content

Commit 0586798

Browse files
committed
Add missing dependencies for uprcl (recoll)
1 parent 8fac880 commit 0586798

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

app/install/setup-media-server.sh

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
#!/bin/sh
22

3+
set -ex
4+
35
echo "BUILD_MODE=[${BUILD_MODE}]"
46

57
if [ "${BUILD_MODE}" = "full" ]; then
6-
apt-get -y install curl python3
7-
apt-get -y install curl exiftool
8-
apt-get -y install curl recollcmd
8+
apt-get -y install curl
9+
apt-get -y install python3
10+
apt-get -y install exiftool
11+
apt-get -y install recoll recollcmd python3-recoll python3-mutagen python3-waitress python3-bottle sqlite3
912
apt-get -y install python3-pip
1013
pip install --break-system-packages subsonic-connector
1114
pip install --break-system-packages tidalapi

0 commit comments

Comments
 (0)