https://github.com/guillaumearm/oc
OpenComputers LUA programs
https://github.com/guillaumearm/oc
minecraft opencomputers
Last synced: 10 months ago
JSON representation
OpenComputers LUA programs
- Host: GitHub
- URL: https://github.com/guillaumearm/oc
- Owner: guillaumearm
- License: mit
- Created: 2020-10-18T09:13:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-20T20:10:27.000Z (almost 4 years ago)
- Last Synced: 2025-05-15T06:40:38.298Z (12 months ago)
- Topics: minecraft, opencomputers
- Language: Lua
- Homepage:
- Size: 375 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenComputers programs
## Preliminaries
- OpenOS 1.7.5
- OPPM latest version
```
oppm register guillaumearm/oc
```
## How to install on your current OS
Warning! it's recommended to take a fresh OS at this step.
```
oppm install -f traptools /
traptools init
```
Uninstall: `traptools uninstall`
## How to install on a disk
```
oppm install traptools /mnt/mydisk
```
Uninstall: `traptools uninstall --hard`
## Install using a disk
```
install
traptools init
```
Uninstall: cannot be uninstalled
## How to use
```
man traptools
```
## Update traptools
1. Follow uninstall procedures
2. Follow install procedures