|
|
@ -0,0 +1,22 @@ |
|
|
|
#!/bin/bash |
|
|
|
|
|
|
|
set -eux # -x for verbose logging to juju debug-log |
|
|
|
|
|
|
|
apt-get update |
|
|
|
apt-get -y install libicu48 mumble |
|
|
|
|
|
|
|
## Should set things as: |
|
|
|
|
|
|
|
## /etc/mumble-server.ini |
|
|
|
|
|
|
|
#port=64738 |
|
|
|
#welcometext="<br />Welcome to tharbad server running <b>Murmur</b>.<br />Enjoy your stay!<br />" |
|
|
|
|
|
|
|
## And set superuser password with: |
|
|
|
|
|
|
|
#murmurd -supw <PASSWORD> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|