Maurits van der Schee 5 年前
父节点
当前提交
854888fafe
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0
    1
      install.php

+ 0
- 1
install.php 查看文件

@@ -6,7 +6,6 @@ if (!file_exists('composer.phar')) {
6 6
 }
7 7
 if (!file_exists('vendor')) {
8 8
     exec('php composer.phar install');
9
-    exec('php patch.php');
10 9
 }
11 10
 
12 11
 function patchDir(string $base, string $dir): int

正在加载...
取消
保存