瀏覽代碼

make install

Bob Mottram 10 年之前
父節點
當前提交
0adced126c
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone 查看文件

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
 }