a couple oops

This commit is contained in:
kepler155c@gmail.com
2019-03-20 18:40:07 -04:00
parent dabd64046e
commit 3d815c6332
4 changed files with 3 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ local options = {
desc = 'Displays the options' },
}
local SCRIPTS_PATH = 'packages/core/etc/scripts'
local SCRIPTS_PATH = 'packages/common/etc/scripts'
local nullTerm = Terminal.getNullTerm(term.current())
local socket

View File

@@ -1,6 +1,6 @@
{
title = 'Programs for the neural interface',
repository = 'kepler155c/opus-apps/{{OPUS_BRANCH}}/neural',
description = [[ WIP ]],
description = [[ Applications using various plethora modules ]],
licence = 'MIT',
}

View File

@@ -10,6 +10,7 @@ local parallel = _G.parallel
if not modules.launch or not modules.getMetaOwner then
error([[Required:
* Kinetic augment
* Entity sensor
* Introspection module]])
end