Skip to content
Snippets Groups Projects
Commit d88305ef authored by Bob Mottram's avatar Bob Mottram
Browse files

To make things easy add some mumble instructions

parent d733dcfe
No related branches found
No related tags found
No related merge requests found
......@@ -139,6 +139,16 @@ if [ ! $peer_index ]; then
fi
if [[ $peer_index == 1 ]]; then
echo ''
echo 'To setup for the first time click "Add New", then set:'
echo " Label: $AVAHI_DOMAIN"
echo " Address: $AVAHI_DOMAIN"
echo ' Port: 64738'
echo " Username: $USER"
echo ''
echo 'Press Enter to continue.'
echo ''
read peer_index
mumble &
else
irssi -c $AVAHI_DOMAIN -p $IRC_PORT -n $USER
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment