deploy_info['version'][self::VERSION])){ foreach((array)$this->deploy_info['version'][self::VERSION] as $app){ $this->shell->exec_command(sprintf("install %s",$app)); } } return $res; } }