diff --git a/man/freedombone-prep.1.gz b/man/freedombone-prep.1.gz index 7c24c0fb..d1f082fa 100644 Binary files a/man/freedombone-prep.1.gz and b/man/freedombone-prep.1.gz differ diff --git a/src/freedombone-prep b/src/freedombone-prep index a93aa207..7cfd34a6 100755 --- a/src/freedombone-prep +++ b/src/freedombone-prep @@ -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 diff --git a/src/freedombone-tordongle b/src/freedombone-tordongle index d0092b73..bb08ac2d 100755 --- a/src/freedombone-tordongle +++ b/src/freedombone-tordongle @@ -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