mcwarpupdater lua

This commit is contained in:
YuRaNnNzZZ 2014-08-17 18:29:47 +04:00
parent f2a3f19bf1
commit 19fb1f0734

View file

@ -0,0 +1,9 @@
if not(fs.exists("san")) then
shell.run("pastebin","get wf2EBfvT san")
end
if not(fs.exists("mcwarp")) then
shell.run("san"," install mcwarp")
else
shell.run("san"," update mcwarp")
end
os.reboot()