View difference between Paste ID: 2bNu5wVK and DRD2aLcB
SHOW: | | - or go back to the newest paste.
1
print("installing tde...")
2
 shell.run("mkdir /tde")
3-
shell.run("pastebin get nCN4nL7A tde-desktop")
3+
shell.run("pastebin get 1Z0ayVSR tde-desktop")
4
shell.run("pastebin get 3KewHzkV setup")
5
shell.run("pastebin get xs09QH9C tde-register")
6
shell.run("pastebin get zZV8h588 startup")
7
shell.run("pastebin get ")
8
print("installing startup...")
9
shell.run("pastebin get 5n2Pcxnx startup")
10
 print("Downloading icons...")
11
 shell.run("pastebin get AcX2tacH /wallpaper")
12
 shell.run("pastebin get MqY7C0wY /tde/redstone.png")
13
 shell.run("pastebin get Y7s26SA8 /tde/program")
14
 shell.run("pastebin get RqfptsGd /tde/tima.tbpg")
15
 shell.run("pastebin get 5n2Pcxnx /startup")
16
print("Done!")
17
shell.run("reboot")