Maurits van der Schee 5 years ago
parent
commit
854888fafe
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      install.php

+ 0
- 1
install.php View File

@@ -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…
Cancel
Save