Explorar el Código

To make things easy add some mumble instructions

Bob Mottram hace 10 años
padre
commit
d88305ef44
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  1. 10
    0
      src/freedombone-mesh

+ 10
- 0
src/freedombone-mesh Ver fichero

139
 fi
139
 fi
140
 
140
 
141
 if [[ $peer_index == 1 ]]; then
141
 if [[ $peer_index == 1 ]]; then
142
+    echo ''
143
+    echo 'To setup for the first time click "Add New", then set:'
144
+    echo "    Label:    $AVAHI_DOMAIN"
145
+    echo "    Address:  $AVAHI_DOMAIN"
146
+    echo '    Port:     64738'
147
+    echo "    Username: $USER"
148
+    echo ''
149
+    echo 'Press Enter to continue.'
150
+    echo ''
151
+    read peer_index
142
     mumble &
152
     mumble &
143
 else
153
 else
144
     irssi -c $AVAHI_DOMAIN -p $IRC_PORT -n $USER
154
     irssi -c $AVAHI_DOMAIN -p $IRC_PORT -n $USER