Browse Source

make install

Bob Mottram 9 years ago
parent
commit
0adced126c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone View File

7519
   cd $INSTALL_DIR
7519
   cd $INSTALL_DIR
7520
   git clone https://github.com/perusio/nginx_ensite
7520
   git clone https://github.com/perusio/nginx_ensite
7521
   cd $INSTALL_DIR/nginx_ensite
7521
   cd $INSTALL_DIR/nginx_ensite
7522
-  cp nginx_* /usr/sbin
7522
+  make install
7523
   nginx_dissite default
7523
   nginx_dissite default
7524
   echo 'install_web_server' >> $COMPLETION_FILE
7524
   echo 'install_web_server' >> $COMPLETION_FILE
7525
 }
7525
 }