#!/bin/sh set -e echo "Updating mumble-server..." ./build.updaterepo.sh https://github.com/sudoforge/docker-mumble-server.git mumble-server echo "Updating mumble-web..." ./build.updaterepo.sh https://github.com/Johni0702/mumble-web.git mumble-web echo "Updating botamusique..." ./build.updaterepo.sh https://github.com/azlux/botamusique.git botamusique echo "Done."