To make things easy add some mumble instructions
This commit is contained in:
parent
d733dcfef8
commit
d88305ef44
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue