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