Updating install instructions
This commit is contained in:
parent
31a2e0587d
commit
58e84d4c05
Binary file not shown.
|
@ -43,7 +43,7 @@ DOWNLOAD_LINK2="http://ynezz.ibawizard.net/beagleboard/jessie/$DEBIAN_FILE_NAME.
|
|||
|
||||
function show_help {
|
||||
echo ''
|
||||
echo 'freedombone-prep -d [microSD device] --ip [BBB static IP address] --iprouter [Router IP address]'
|
||||
echo 'freedombone-prep -d [microSD device] --ip [BBB LAN IP address] --iprouter [Router LAN IP address]'
|
||||
echo ''
|
||||
}
|
||||
|
||||
|
@ -181,7 +181,9 @@ echo ' apt-get -y install git'
|
|||
echo ' git clone https://github.com/bashrc/freedombone.git'
|
||||
echo ' cd freedombone'
|
||||
echo ''
|
||||
echo 'Finally you can run the freedombone installer with:'
|
||||
echo 'Finally you can use the freedombone command to install a server configuration:'
|
||||
echo ''
|
||||
echo ' ./install-freedombone.sh [domain] [username] [subdomain code] [variant]'
|
||||
echo " freedombone --bbb -d [domain] -u [username] --ip $BBB_FIXED_IP_ADDRESS --iprouter $ROUTER_IP_ADDRESS"
|
||||
echo ''
|
||||
echo 'See the manpage for more information on how to use the freedombone command.'
|
||||
exit 0
|
||||
|
|
|
@ -133,7 +133,7 @@ echo ' apt-get -y install git'
|
|||
echo ' git clone https://github.com/bashrc/freedombone.git'
|
||||
echo ' cd freedombone'
|
||||
echo ''
|
||||
echo 'Finally you can run the freedombone installer with:'
|
||||
echo 'Finally you can use the freedombone command to setup the BBB as a dongle:'
|
||||
echo ''
|
||||
echo ' ./install-freedombone.sh [domain] [username] 0 tordongle'
|
||||
echo " freedombone --bbb -s tordongle -d [domain] -u [username] --ip $BBB_FIXED_IP_ADDRESS --iprouter $ROUTER_IP_ADDRESS"
|
||||
exit 0
|
||||
|
|
Loading…
Reference in New Issue