View difference between Paste ID: hemtLs4i and nrA4gNxb
SHOW: | | - or go back to the newest paste.
1
--------------------------------------------------
2
--												--
3
-- 	SDRC - Small Draconic Reactor Control 		--
4
--		 Installation 							--
5
--												--
6
--------------------------------------------------
7
--       http://goo.gl/rL4XlX					--
8
--	Draconic Reactor more than 700 kRF/t 		--
9
-- 	  	Computercraft for Minecraft				--
10
--	      	FTB Invinity Evolved				--
11
--												--
12
--   		install & update command			--   
13
--      --->  pastebin run nrA4gNxb  <---		--
14
--												--
15
--------------------------------------------------
16
17
print("============================")
18
print("=   starting instal SDRC   =")
19
print("============================")
20
sleep(.2)
21
print("============================")
22
print("loading pastebin SDRC")
23
print("============================")
24
sleep(.2)
25
print("============================")
26
print("pastebin loaded SDRC")
27
print("============================")
28
--print("starting download SDRC button")
29
print("============================")
30
sleep(.2)
31
--shell.run("delete button")
32
--shell.run("pastebin get pxErdUqv button")
33
print("============================")
34
print("downloading...")
35
print("============================")
36
shell.run("delete SDRC")
37-
shell.run("pastebin get Hw4kQwX9 SDRC")
37+
shell.run("pastebin get RtcPvqbn SDRC")
38
print("============================")
39
print("= downloaded main program  =")
40
print("============================")
41
sleep(.01)
42
print("warning going to override startup in 10 seconds press ctrl+t for 5 seconds to cancel!")
43
sleep(10)
44
shell.run("delete startup")
45
shell.run("pastebin get MSmMUSKR startup")
46
print("downloaded SDRC startup file")
47
sleep(.2)
48
print("===================================")
49
print("= rebooting computer in 3 seconds =")
50
print("===================================")
51
sleep(3)
52
os.reboot()