Maurits van der Schee 5 anos atrás
pai
commit
854888fafe
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0
    1
      install.php

+ 0
- 1
install.php Ver arquivo

@@ -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

Carregando…
Cancelar
Salvar