Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aqur1n/repairit

A utility for working with disks and restoring the OS
https://github.com/aqur1n/repairit

lua minecraft oc opencomputers

Last synced: about 2 months ago
JSON representation

A utility for working with disks and restoring the OS

Awesome Lists containing this project

README

        

[![Latest release](https://img.shields.io/github/v/release/aqur1n/repairIt?include_prereleases&label=Latest%20Release&logo=github&sort=semver&style=for-the-badge&logoColor=white)](https://github.com/aqur1n/repairIt/releases)
[![Lua version](https://img.shields.io/badge/LUA-5.2-green?style=for-the-badge&logo=lua&logoColor=white)](https://www.lua.org/manual/5.2/)

![image](https://github.com/user-attachments/assets/f95015d8-5555-4512-9878-65ea85b5ed48)

A utility that will help you manage your disks and check the integrity of your OS files.

## Features
* Running without an OS
* View information about the components of your computer
* View the contents of disks and change their properties (coming soon)
* Restore/reinstall BIOS
* Check the integrity of OpenOS files (and possibly others) and repair damage (coming soon)

## System requirements
| | Minimal | Recommended |
|---------------|-----------|----------------------------------------------|
| CPU | Tier 1 | Tier 2 |
| GPU | Tier 1 | Tier 2 |
| RAM | 1x Tier 1 | 1x Tier 1.5 or 2x Tier 1 |
| Screen | Tier 1 | Tier 2 |
| Internet Card | - | To restore the OS (if there are no packages) |

*As well as the keyboard*

## Table of information about different builds of repairIt
| | MINIMAL | LITE | FULL |
|-------------------------------|---------|--------------|--------------------------------------------------------------------|
| Drive management | Yes | Yes | Yes |
| Viewing the contents of disks | Yes | Yes | Yes |
| Console | Yes | Yes | Yes |
| Viewing components | Not all | Not all | All |
| Working with the bios | No | Vanilla only | Vanilla, [BetterBIOS](https://codeberg.org/KeyTwoZero/BetterBIOS), [advancedLoader](https://oc.cil.li/topic/1707-advancedloader-better-bios/) |
| Working with OS (coming soon) | No | OpenOS only | OpenOS |

## Download and install
### OpenOS
* Run this command in the console:
```
wget -f https://raw.githubusercontent.com/aqur1n/repairIt/master/installer/openos.lua /tmp/repairit.lua && /tmp/repairit.lua
```

## Useful links
* [Discord server](https://discord.gg/v4hC2z4ZHh)