forked from 0k/0k-charms
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
22 lines
349 B
#!/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>
|
|
|
|
|
|
|
|
|
|
|