add yeswiki-move, fix shebangs, chore deps
Some checks are pending
/ test (push) Waiting to run

This commit is contained in:
Florian Schmitt 2024-12-05 21:49:11 +03:00
parent cc25c7f947
commit 5de62d801c
6 changed files with 252 additions and 185 deletions

View file

@ -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()) {