lukasdragon, on 13 April 2014 - 12:02 AM, said:
darkrising, on 12 April 2014 - 10:50 PM, said:
lukasdragon, on 12 April 2014 - 10:46 PM, said:
Do you mind me modifying it to allow some of my programs to be installed too?
As long as you give me credit, I don't mind
If you take a look at my Github you will find a
program versions file that's where the dark retriever gets its info.
I tried to figure it out however what exactly do I need to change? here is my copy of
your My
repo
Like in my example above:
["server"]={ --program name
["GitURL"]="https://raw.github.com/darkrising/darkprograms/darkprograms/darksecurity/server.lua", --direct url to the program.
["Version"]=6.301, --version
["Type"]="program", --category
["Name"]="Dark Programs Server", --Actual name of the program
["Description"]="Dark Programs Base Security Server", --A small description of what it does or is
["Author"]="Darkrising", --Author
["Package"]="Dark Security", --Package the program is located
},
So if you had a program called potato
["potato"]={
["GitURL"]="http://www.some.url.com/potato",
["Version"]=1.0,
["Type"]="program",
["Name"]="An epic potato program",
["Description"]="Potatos are epic",
["Author"]="MrPotato",
["Package"]="PotatoPrograms",
},
Edit also for auto-update:
Edited by darkrising, 13 April 2014 - 12:46 AM.