I have the no gui problem as well. When I run ./scripts/composer_wrapper.php install --no-dev as librenms
I get this:
LibreNMS\ComposerHelper::preUpdate
Running composer update is not advisable. Please run composer install to update instead.
If know what you are doing and want to write a new composer.lock file set FORCE=1.
If you don’t know what to do, run: composer install
Same result
rm -rf vendor
$ ./scripts/composer_wrapper.php install --no-dev
LibreNMS\ComposerHelper::preUpdate
Running composer update is not advisable. Please run composer install to update instead.
If know what you are doing and want to write a new composer.lock file set FORCE=1.
If you don’t know what to do, run: composer install
$
$ git status
On branch master
Your branch is up-to-date with ‘origin/master’.
Changes not staged for commit:
(use “git add/rm …” to update what will be committed)
(use “git checkout – …” to discard changes in working directory)
deleted: composer.lock
Untracked files:
(use “git add …” to include in what will be committed)
testdisk.log
no changes added to commit (use “git add” and/or “git commit -a”)