Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aqur1n/repairit
- Owner: aqur1n
- License: gpl-3.0
- Created: 2023-03-02T14:46:30.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T11:33:50.000Z (10 months ago)
- Last Synced: 2024-04-13T20:57:05.996Z (10 months ago)
- Topics: lua, minecraft, oc, opencomputers
- Language: Lua
- Homepage:
- Size: 35.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)