parent
d745201afe
commit
bd54738c1b
|
@ -194,7 +194,7 @@ class AirtimeInstall {
|
||||||
public static function SetUpPythonEggs()
|
public static function SetUpPythonEggs()
|
||||||
{
|
{
|
||||||
//install poster streaming upload
|
//install poster streaming upload
|
||||||
$command = "sudo easy_install poster";
|
$command = "pip install poster";
|
||||||
@exec($command);
|
@exec($command);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue