a couple oops
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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',
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user