|
@@ -43,7 +43,7 @@ DOWNLOAD_LINK2="http://ynezz.ibawizard.net/beagleboard/jessie/$DEBIAN_FILE_NAME.
|
43
|
43
|
|
44
|
44
|
function show_help {
|
45
|
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
|
47
|
echo ''
|
48
|
48
|
}
|
49
|
49
|
|
|
@@ -181,7 +181,9 @@ echo ' apt-get -y install git'
|
181
|
181
|
echo ' git clone https://github.com/bashrc/freedombone.git'
|
182
|
182
|
echo ' cd freedombone'
|
183
|
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
|
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
|
189
|
exit 0
|