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

Loading…
취소
저장