From 02bcbb1cdd9b2ae4674539344b7cc3801e3c4842 Mon Sep 17 00:00:00 2001 From: XeonSquared Date: Mon, 28 Oct 2019 13:38:18 +1100 Subject: [PATCH 1/2] added portinfo to the programs.cfg --- programs.cfg | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/programs.cfg b/programs.cfg index b87ce6e..737c4a7 100644 --- a/programs.cfg +++ b/programs.cfg @@ -175,4 +175,15 @@ authors = "Izaya", repo = "tree/master/" }, + ["portinfo"] = { + files = { + ["https://raw.githubusercontent.com/ShadowKatStudios/OC-ports/master/portinfo.lua"] = "/lib", + ["https://raw.githubusercontent.com/ShadowKatStudios/OC-ports/master/oc.db"] = "/lib/ports", + ["https://raw.githubusercontent.com/ShadowKatStudios/OC-ports/master/minitel.lua"] = "/lib/ports", + }, + name = "portinfo", + description = "Port information databases and library", + authors = "Izaya", + repo = "tree/master/" + }, } From 1ab051aa2d4a9208d0e74a608e134eeb5853fd2c Mon Sep 17 00:00:00 2001 From: XeonSquared Date: Mon, 28 Oct 2019 14:09:34 +1100 Subject: [PATCH 2/2] fixed a file in programs.cfg --- programs.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs.cfg b/programs.cfg index 737c4a7..21e55b2 100644 --- a/programs.cfg +++ b/programs.cfg @@ -179,7 +179,7 @@ files = { ["https://raw.githubusercontent.com/ShadowKatStudios/OC-ports/master/portinfo.lua"] = "/lib", ["https://raw.githubusercontent.com/ShadowKatStudios/OC-ports/master/oc.db"] = "/lib/ports", - ["https://raw.githubusercontent.com/ShadowKatStudios/OC-ports/master/minitel.lua"] = "/lib/ports", + ["https://raw.githubusercontent.com/ShadowKatStudios/OC-ports/master/minitel.db"] = "/lib/ports", }, name = "portinfo", description = "Port information databases and library",