/**
  * Checks if the Atuin CMS system it's fully installed
  *
  * @return bool
  */
 public static function checkInstallation()
 {
     return FileSystem::fileSystem()->has('installation.php');
 }