Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- os.pullEvent = os.pullEventRaw
- term.setCursorPos(1, 1)
- term.clear()
- print("----------------")
- print("Checking Version")
- print("----------------")
- shell.run("pastebin", "get", "qjP51EzM", "versioncheck")
- shell.run("versioncheck")
- shell.run("delete", "versioncheck")
- version = "nine"
- nextversion = "ten"
- if version == nextversion then
- uptodate = "false"
- elseif version == version then
- term.setCursorPos(1, 1)
- term.clear()
- print("----------------")
- print("Checking Version")
- print("----------------")
- print("Version Up to date")
- uptodate = "true"
- sleep(1)
- end
Advertisement
Add Comment
Please, Sign In to add comment