Ver código fonte

make install

Bob Mottram 9 anos atrás
pai
commit
0adced126c
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone Ver arquivo

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
 }