Advertisement
Yoshi_E

cctunes 0.9 updater

Aug 20th, 2014
481
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. term.clear()
  2. print("CCTunes Updater!")
  3. print("Installing...")
  4. shell.run("pastebin","get","pLVMwAq1","play") --Version 0.9 (unstable)
  5. --shell.run("pastebin","get","N3QFDud4","play") --Version 0.8
  6. shell.run("pastebin","get","VrpfNLPb","store")
  7. shell.run("pastebin","get","uWMbf2L5","httpget")
  8. shell.run("pastebin","get","TWmsTLUK","lastsong")
  9. shell.run("pastebin","get","V1U4xbcG","download_all")
  10.  
  11. print("Done!")
  12. print("Do you want to run the program on startup? (y/n)")
  13. x=io.read()
  14. if x=="y" then
  15. shell.run("pastebin","get","nrcHJt5B","startup")
  16. end
  17. print("Done! Download Complete!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement