mirror of
https://github.com/ShadowKatStudios/OC-Minitel.git
synced 2024-11-23 02:28: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",
|
||||
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"] = {
|
||||
files = {
|
||||
["master/MMail/OpenOS/usr/bin/mmail-send.lua"] = "/bin",
|
||||
|
@ -28,14 +28,13 @@ lua53 bridge.lua [port] [timeout]
|
||||
|
||||
#### OPPM
|
||||
|
||||
Not yet functional, but when it is:
|
||||
|
||||
```
|
||||
oppm install vtunnel
|
||||
```
|
||||
|
||||
#### Manual
|
||||
1. Install vtunnel.lua to /usr/bin
|
||||
2. Install interminitel.lua to /usr/lib
|
||||
|
||||
#### Starting
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user