diff --git a/install/installInit.php b/install/installInit.php index 1efaa4833..7e0ab2323 100644 --- a/install/installInit.php +++ b/install/installInit.php @@ -194,7 +194,7 @@ class AirtimeInstall { public static function SetUpPythonEggs() { //install poster streaming upload - $command = "sudo easy_install poster"; + $command = "pip install poster"; @exec($command); }