This commit is contained in:
parent
cc25c7f947
commit
5de62d801c
6 changed files with 252 additions and 185 deletions
|
@ -1,12 +1,13 @@
|
|||
#!/usr/bin/php
|
||||
#!/usr/bin/env php
|
||||
<?php
|
||||
|
||||
require_once('vendor/autoload.php');
|
||||
require_once('utils.inc.php');
|
||||
|
||||
use DevCoder\DotEnv;
|
||||
use PhpDevCommunity\DotEnv;
|
||||
use League\CLImate\CLImate;
|
||||
|
||||
$climate = new League\CLImate\CLImate();
|
||||
$climate = new CLImate();
|
||||
$climate->description('yeswiki-installer, install YesWiki like a professionnal 🌈🦄');
|
||||
|
||||
if (0 == posix_getuid()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue