You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
349 B

  1. #!/bin/bash
  2. set -eux # -x for verbose logging to juju debug-log
  3. apt-get update
  4. apt-get -y install libicu48 mumble
  5. ## Should set things as:
  6. ## /etc/mumble-server.ini
  7. #port=64738
  8. #welcometext="<br />Welcome to tharbad server running <b>Murmur</b>.<br />Enjoy your stay!<br />"
  9. ## And set superuser password with:
  10. #murmurd -supw <PASSWORD>