Skip to content

Commit

Permalink
mp3 support added
Browse files Browse the repository at this point in the history
  • Loading branch information
meltaxa committed Sep 18, 2020
1 parent f891479 commit 60b9de6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ if [[ $PYTHON_VERSION != $REQUIRED_VERSION ]]; then
fi
fi

# Get latest code
echo "[INFO] Retrieve app updates"
git pull | sed -e 's/^/[INFO] /g'

echo "[INFO] Installing apt-get packages..."
sudo apt-get -y -qq install python-usb mpg123

Expand All @@ -39,7 +43,7 @@ if [ ! -f ${DIR}/tags.yml ]; then
echo "[INFO] Initial example tags.yml created. Edit this file as tag UIDs are discovered."
cp ${DIR}/tags.yml-sample ${DIR}/tags.yml
fi
if [ ! -f ${DIR}/config.yml ]; then
if [ ! -f ${DIR}/config.py ]; then
echo "[OPTIONAL] Edit the config.py with your Spotify API app credentials before starting."
cp ${DIR}/config.py-sample ${DIR}/config.py
fi

0 comments on commit 60b9de6

Please sign in to comment.