Fixes in composer for not depend of symfony-process
This commit is contained in:
parent
d7e5b81e95
commit
fcebd8ac0b
1 changed files with 1 additions and 1 deletions
|
|
@ -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());
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue