瀏覽代碼

Updating install instructions

Bob Mottram 10 年之前
父節點
當前提交
58e84d4c05
共有 3 個檔案被更改,包括 7 行新增5 行删除
  1. 二進制
      man/freedombone-prep.1.gz
  2. 5
    3
      src/freedombone-prep
  3. 2
    2
      src/freedombone-tordongle

二進制
man/freedombone-prep.1.gz 查看文件


+ 5
- 3
src/freedombone-prep 查看文件

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 查看文件

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