Browse Source

Post-prep instructions

Bob Mottram 10 years ago
parent
commit
c1191cdbe6
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      src/freedombone-prep

+ 3
- 1
src/freedombone-prep View File

177
 echo 'and use the "su" command to become the root user again. You can then load'
177
 echo 'and use the "su" command to become the root user again. You can then load'
178
 echo 'the freedombone main installation script with:'
178
 echo 'the freedombone main installation script with:'
179
 echo ''
179
 echo ''
180
-echo '    apt-get -y install git'
180
+echo '    apt-get update'
181
+echo '    apt-get -y install git dialog build-essential'
181
 echo '    git clone https://github.com/bashrc/freedombone.git'
182
 echo '    git clone https://github.com/bashrc/freedombone.git'
182
 echo '    cd freedombone'
183
 echo '    cd freedombone'
184
+echo '    make install'
183
 echo ''
185
 echo ''
184
 echo 'Finally you can use the freedombone command to install a server configuration:'
186
 echo 'Finally you can use the freedombone command to install a server configuration:'
185
 echo ''
187
 echo ''