Selaa lähdekoodia

Updating install instructions

Bob Mottram 10 vuotta sitten
vanhempi
commit
58e84d4c05
3 muutettua tiedostoa jossa 7 lisäystä ja 5 poistoa
  1. BIN
      man/freedombone-prep.1.gz
  2. 5
    3
      src/freedombone-prep
  3. 2
    2
      src/freedombone-tordongle

BIN
man/freedombone-prep.1.gz Näytä tiedosto


+ 5
- 3
src/freedombone-prep Näytä tiedosto

43
 
43
 
44
 function show_help {
44
 function show_help {
45
     echo ''
45
     echo ''
46
-    echo 'freedombone-prep -d [microSD device] --ip [BBB static IP address] --iprouter [Router IP address]'
46
+    echo 'freedombone-prep -d [microSD device] --ip [BBB LAN IP address] --iprouter [Router LAN IP address]'
47
     echo ''
47
     echo ''
48
 }
48
 }
49
 
49
 
181
 echo '    git clone https://github.com/bashrc/freedombone.git'
181
 echo '    git clone https://github.com/bashrc/freedombone.git'
182
 echo '    cd freedombone'
182
 echo '    cd freedombone'
183
 echo ''
183
 echo ''
184
-echo 'Finally you can run the freedombone installer with:'
184
+echo 'Finally you can use the freedombone command to install a server configuration:'
185
 echo ''
185
 echo ''
186
-echo '    ./install-freedombone.sh [domain] [username] [subdomain code] [variant]'
186
+echo "    freedombone --bbb -d [domain] -u [username] --ip $BBB_FIXED_IP_ADDRESS --iprouter $ROUTER_IP_ADDRESS"
187
+echo ''
188
+echo 'See the manpage for more information on how to use the freedombone command.'
187
 exit 0
189
 exit 0

+ 2
- 2
src/freedombone-tordongle Näytä tiedosto

133
 echo '    git clone https://github.com/bashrc/freedombone.git'
133
 echo '    git clone https://github.com/bashrc/freedombone.git'
134
 echo '    cd freedombone'
134
 echo '    cd freedombone'
135
 echo ''
135
 echo ''
136
-echo 'Finally you can run the freedombone installer with:'
136
+echo 'Finally you can use the freedombone command to setup the BBB as a dongle:'
137
 echo ''
137
 echo ''
138
-echo '    ./install-freedombone.sh [domain] [username] 0 tordongle'
138
+echo "    freedombone --bbb -s tordongle -d [domain] -u [username] --ip $BBB_FIXED_IP_ADDRESS --iprouter $ROUTER_IP_ADDRESS"
139
 exit 0
139
 exit 0