Advertisement
tima_gt

tde-installer

Sep 15th, 2013
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. --functions
  2. function online()
  3. shell.run("mkdir /tde")
  4. print("Installing TDE to your desktop...")
  5. print("Downloading icons...")
  6. shell.run("pastebin get AcX2tacH /wallpaper")
  7. shell.run("pastebin get MqY7C0wY /tde/redstone.png")
  8. shell.run("pastebin get Y7s26SA8 /tde/program")
  9. shell.run("pastebin get RqfptsGd /tde/tima.tbpg")
  10. shell.run("pastebin get 5n2Pcxnx /startup")
  11. end
  12. --code
  13. term.clear()
  14. term.setCursorPos(1, 1)
  15. print("Welcome to TDEv2.1 installer!")
  16. print("1 - online version (Always new)")
  17. os.sleep(1)
  18. online()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement