소스 검색

Post-prep instructions

Bob Mottram 10 년 전
부모
커밋
c1191cdbe6
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3
    1
      src/freedombone-prep

+ 3
- 1
src/freedombone-prep 파일 보기

@@ -177,9 +177,11 @@ echo ''
177 177
 echo 'and use the "su" command to become the root user again. You can then load'
178 178
 echo 'the freedombone main installation script with:'
179 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 182
 echo '    git clone https://github.com/bashrc/freedombone.git'
182 183
 echo '    cd freedombone'
184
+echo '    make install'
183 185
 echo ''
184 186
 echo 'Finally you can use the freedombone command to install a server configuration:'
185 187
 echo ''