public function getInstallMethod() { $installMethod = 'tarball'; if (file_exists('debian')) { $installMethod = 'debian'; } return $installMethod; }