Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --this is used to install all items that arent installed at first start
- local tArg = {...}
- local Path = tArg[1]
- local Code = tArg[2]
- local Type = tArg[3]
- settings.load(".settings")
- if Type == "Client" then
- shell.run(settings.get("ClientAppInstaller"),Path,Code,tArg[4])
- elseif Type == "Extension" then
- shell.run(settings.get("osPaster"),Code,Path)
- else
- shell.run(settings.get("osPaster"),Code,Path)
- end
- shell.run("os/System/Security/Scripts/FileScan",Path)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement