mcwarpupdater lua
This commit is contained in:
parent
f2a3f19bf1
commit
19fb1f0734
1 changed files with 9 additions and 0 deletions
9
src/assets/warpdrive/lua/warpcontroller/mcwarpupdater
Normal file
9
src/assets/warpdrive/lua/warpcontroller/mcwarpupdater
Normal 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()
|
Loading…
Reference in a new issue