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

読み込み中…
キャンセル
保存