Sfoglia il codice sorgente

Updating install instructions

Bob Mottram 10 anni fa
parent
commit
58e84d4c05
3 ha cambiato i file con 7 aggiunte e 5 eliminazioni
  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 Vedi File


+ 5
- 3
src/freedombone-prep Vedi File

@@ -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

+ 2
- 2
src/freedombone-tordongle Vedi File

@@ -133,7 +133,7 @@ echo '    apt-get -y install git'
133 133
 echo '    git clone https://github.com/bashrc/freedombone.git'
134 134
 echo '    cd freedombone'
135 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 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 139
 exit 0