v1.14.0 - Added the download command (Halyde equivalent of wget) and clipboard pasting support.
This commit is contained in:
+3
-1
@@ -1,7 +1,7 @@
|
||||
local agcfg = {
|
||||
["halyde"] = {
|
||||
["maindir"] = "",
|
||||
["version"] = "1.13.0",
|
||||
["version"] = "1.14.0",
|
||||
["description"] = "A universal, customizable and feature-packed operating system for OpenComputers.",
|
||||
["directories"] = {
|
||||
"halyde/apps",
|
||||
@@ -20,6 +20,7 @@ local agcfg = {
|
||||
"halyde/apps/helpdb/clear.txt",
|
||||
"halyde/apps/helpdb/cp.txt",
|
||||
"halyde/apps/helpdb/default.txt",
|
||||
"halyde/apps/helpdb/download.txt",
|
||||
"halyde/apps/helpdb/echo.txt",
|
||||
"halyde/apps/helpdb/fetch.txt",
|
||||
"halyde/apps/helpdb/help.txt",
|
||||
@@ -34,6 +35,7 @@ local agcfg = {
|
||||
"halyde/apps/cd.lua",
|
||||
"halyde/apps/clear.lua",
|
||||
"halyde/apps/cp.lua",
|
||||
"halyde/apps/download.lua",
|
||||
"halyde/apps/echo.lua",
|
||||
"halyde/apps/fetch.lua",
|
||||
"halyde/apps/help.lua",
|
||||
|
||||
Reference in New Issue
Block a user