Fixes in linux
This commit is contained in:
parent
893163ac26
commit
82ab3fd33f
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ class Linux {
|
||||||
|
|
||||||
ob_start();
|
ob_start();
|
||||||
|
|
||||||
Linux::shell_command(['python3', '-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