Compare commits

..

2 Commits

Author SHA1 Message Date
Funey 5e1e63d04a Add Aurora to the APT Database 2019-05-19 19:24:47 +02:00
Funey 57cec96408 Add 'db/aurora.lua' 2019-05-19 19:24:01 +02:00
2 changed files with 7 additions and 0 deletions

View File

@ -6,4 +6,10 @@ return {
description = "A simple hello world application.",
file = "https://pastebin.com/raw/VAsPvTc4",
},
aurora = {
realname = "aurora",
name = "Aurora Installer/Runner",
description = "Installs and runs the Aurora system.",
file = "https://git.gdmn.tk/funey/CCLinux-APT/raw/branch/master/db/aurora.lua",
},
}

1
db/aurora.lua Normal file
View File

@ -0,0 +1 @@
print("yes")