Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --this script handles Update Requests
- version = "1.0.0"
- local tArg = {...}
- function BootUpdates()
- print("Updating Menu")
- shell.run("os/os_Programs/os_Updater","os/os_Programs/os_MainScript","8zek1eez")
- print("Updating Security")
- print("Updating Client")
- shell.run("os/os_Programs/os_Updater","os/os_Programs/os_AccountPgScript","rMHdqVe8")
- print("Boot Updates Completed")
- end
- if tArg[1] == "Boot" then
- BootUpdates()
- elseif tArg[1] == "enable" then
- local file = fs.open("os/os_SystemFiles/UpdateFile")
- file.write("enabled on "..os.date())
- file.close()
- elseif tArg[1] == "Program" then
- end
Add Comment
Please, Sign In to add comment