mirror of
https://github.com/napnap75/multiarch-docker-images.git
synced 2025-12-16 03:34:18 +01:00
7 lines
141 B
Bash
Executable File
7 lines
141 B
Bash
Executable File
#!/usr/bin/with-contenv sh
|
|
|
|
if [ "$MOPIDY_PLUGINS" != "" ]; then
|
|
echo "Installing plugins $MOPIDY_PLUGINS"
|
|
pip3 install $MOPIDY_PLUGINS
|
|
fi
|