diff --git a/html/scripts/update.sh b/html/scripts/update.sh index 30aefc6..423778d 100644 --- a/html/scripts/update.sh +++ b/html/scripts/update.sh @@ -6,3 +6,7 @@ modprobe snd-aloop # Install darkice for encoding said audio stream into mp3 apt-get -y install darkice + +# Install python library to send metadata to icecast server + apt-get -y install python-requests +