Advertisement
Phins

Doodle/update

Dec 13th, 2015
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. shell.run("pastebin","get","qeAWccw1","update")
  2. shell.run("update")
  3. fs.delete("update")
  4.  
  5. if version ~= updateversion then
  6. print("Found a new update")
  7. print("Update y/n")
  8. repeat date = read() until date == "y" or date == "n"
  9. if date == "y" then
  10. update()
  11. end
  12. else
  13. print("No new updates Found!")
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement