Advertisement
tima_gt

tde-installer-new

Sep 21st, 2013
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.48 KB | None | 0 0
  1. print("installing tde...")
  2.  shell.run("mkdir /tde")
  3. shell.run("pastebin get nCN4nL7A tde-desktop")
  4. print("installing startup...")
  5. shell.run("pastebin get 5n2Pcxnx startup")
  6.  print("Downloading icons...")
  7.  shell.run("pastebin get AcX2tacH /wallpaper")
  8.  shell.run("pastebin get MqY7C0wY /tde/redstone.png")
  9.  shell.run("pastebin get Y7s26SA8 /tde/program")
  10.  shell.run("pastebin get RqfptsGd /tde/tima.tbpg")
  11.  shell.run("pastebin get 5n2Pcxnx /startup")
  12. print("Done!")
  13. shell.run("reboot")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement