Fixes in composer for not depend of symfony-process

This commit is contained in:
absurdo 2023-11-25 00:15:01 +01:00
parent d7e5b81e95
commit fcebd8ac0b

View file

@ -67,7 +67,7 @@ class Linux {
ob_start(); ob_start();
Linux::shell_command(['python', '-c', '"import distro;print(distro.id())"']); Linux::shell_command(['python3', '-c', '"import distro;print(distro.id())"']);
$distro=trim(ob_get_contents()); $distro=trim(ob_get_contents());