mirror of
https://github.com/ShadowKatStudios/OC-Minitel.git
synced 2024-11-23 10:38:05 +11:00
added vtunnel to oppm
This commit is contained in:
parent
8bb51d5a74
commit
0f4b725471
10
programs.cfg
10
programs.cfg
@ -46,6 +46,16 @@
|
|||||||
authors = "Izaya",
|
authors = "Izaya",
|
||||||
repo = "tree/master/"
|
repo = "tree/master/"
|
||||||
},
|
},
|
||||||
|
["vtunnel"] = {
|
||||||
|
files = {
|
||||||
|
["master/vTunnel/lib/net.lua"] = "/lib",
|
||||||
|
["master/vTunnel/bin/minitel"] = "/man",
|
||||||
|
},
|
||||||
|
name = "vTunnel",
|
||||||
|
description = "Linked card emulator",
|
||||||
|
authors = "Izaya",
|
||||||
|
repo = "tree/master/"
|
||||||
|
},
|
||||||
["mmail-send"] = {
|
["mmail-send"] = {
|
||||||
files = {
|
files = {
|
||||||
["master/MMail/OpenOS/usr/bin/mmail-send.lua"] = "/bin",
|
["master/MMail/OpenOS/usr/bin/mmail-send.lua"] = "/bin",
|
||||||
|
@ -28,14 +28,13 @@ lua53 bridge.lua [port] [timeout]
|
|||||||
|
|
||||||
#### OPPM
|
#### OPPM
|
||||||
|
|
||||||
Not yet functional, but when it is:
|
|
||||||
|
|
||||||
```
|
```
|
||||||
oppm install vtunnel
|
oppm install vtunnel
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Manual
|
#### Manual
|
||||||
1. Install vtunnel.lua to /usr/bin
|
1. Install vtunnel.lua to /usr/bin
|
||||||
|
2. Install interminitel.lua to /usr/lib
|
||||||
|
|
||||||
#### Starting
|
#### Starting
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user